dmaengine: zynqmp_dma: drop message on probe success
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 26 Aug 2021 09:47:37 +0000 (11:47 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 1 Oct 2021 11:56:30 +0000 (17:26 +0530)
There is no need to print a message that the ZynqMP DMA driver probed
successfully, since it carries no additional information. Drop the
message.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Link: https://lore.kernel.org/r/20210826094742.1302009-3-m.tretter@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/zynqmp_dma.c

index 1d077a85f32b0acbaef77f478c16191c1ae82427..bdeae8a341235acdc0db82ba096da90de1c051da 100644 (file)
@@ -1103,8 +1103,6 @@ static int zynqmp_dma_probe(struct platform_device *pdev)
        pm_runtime_mark_last_busy(zdev->dev);
        pm_runtime_put_sync_autosuspend(zdev->dev);
 
-       dev_info(&pdev->dev, "ZynqMP DMA driver Probe success\n");
-
        return 0;
 
 free_chan_resources: