aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/ioat_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat_dma.c b/drivers/dma/ioat_dma.c
index c17ec3276062..45e7b4666c7b 100644
--- a/drivers/dma/ioat_dma.c
+++ b/drivers/dma/ioat_dma.c
@@ -1363,7 +1363,7 @@ err_completion_pool:
1363err_dma_pool: 1363err_dma_pool:
1364 kfree(device); 1364 kfree(device);
1365err_kzalloc: 1365err_kzalloc:
1366 dev_err(&device->pdev->dev, 1366 dev_err(&pdev->dev,
1367 "Intel(R) I/OAT DMA Engine initialization failed\n"); 1367 "Intel(R) I/OAT DMA Engine initialization failed\n");
1368 return NULL; 1368 return NULL;
1369} 1369}