summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-sdma.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-10-03 19:37:59 -0300
committerVinod Koul <vinod.koul@intel.com>2015-10-07 15:03:08 +0100
commit5ec9555ed065addc598244084c7e0e950b34890a (patch)
tree0ead1298fde65a4c39cd0c87ea40b6c559aafaec /drivers/dma/imx-sdma.c
parentce078af76faffc5353256ce487dbd85a6f1ad3a4 (diff)
downloadlinux-0-day-5ec9555ed065addc598244084c7e0e950b34890a.tar.gz
linux-0-day-5ec9555ed065addc598244084c7e0e950b34890a.tar.xz
dmaengine: imx-sdma: Remove unneeded dev_info()
There is no need to print that the driver has been initialized or removed, so remove such messages. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/imx-sdma.c')
-rw-r--r--drivers/dma/imx-sdma.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index b34b0a6d0cacd..7058d58ba5887 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -1826,8 +1826,6 @@ static int sdma_probe(struct platform_device *pdev)
of_node_put(spba_bus);
}
- dev_info(sdma->dev, "initialized\n");
-
return 0;
err_register:
@@ -1852,7 +1850,6 @@ static int sdma_remove(struct platform_device *pdev)
}
platform_set_drvdata(pdev, NULL);
- dev_info(&pdev->dev, "Removed...\n");
return 0;
}