ensure dma_alloc_coherent always returns zeroed memory

From: Christoph Hellwig
Date: Fri Dec 14 2018 - 03:25:22 EST


For security reasons we already returned zeroed memory from
dma_alloc_coherent on most common platforms, but some implementation
missed out. Make sure we provide a consistent behavior.