From: Michael Tretter Date: Thu, 26 Aug 2021 09:47:37 +0000 (+0200) Subject: dmaengine: zynqmp_dma: drop message on probe success X-Git-Tag: v5.16-rc1~63^2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0f93eb80fbaafcb2cefa09ed1d6c5099dc1939;p=thirdparty%2Fkernel%2Flinux.git dmaengine: zynqmp_dma: drop message on probe success 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 Link: https://lore.kernel.org/r/20210826094742.1302009-3-m.tretter@pengutronix.de Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index 1d077a85f32b0..bdeae8a341235 100644 --- a/drivers/dma/xilinx/zynqmp_dma.c +++ b/drivers/dma/xilinx/zynqmp_dma.c @@ -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: