dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
[linux-2.6-microblaze.git] / drivers / dma / idxd / device.c
index 5abbcc6..7c74bc6 100644 (file)
@@ -786,8 +786,6 @@ static int idxd_device_evl_setup(struct idxd_device *idxd)
                goto err_alloc;
        }
 
-       memset(addr, 0, size);
-
        spin_lock(&evl->lock);
        evl->log = addr;
        evl->dma = dma_addr;