diff options
author | Michael Tretter <m.tretter@pengutronix.de> | 2021-08-26 12:47:37 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-10-01 14:56:30 +0300 |
commit | 4c0f93eb80fbaafcb2cefa09ed1d6c5099dc1939 (patch) | |
tree | 6ceb3a35b3a0d6a9d1506eb3f4c9e082a1c7a440 /drivers/dma | |
parent | 5637abaab994a933d7f00c95bc1456c7a58c83f4 (diff) | |
download | linux-4c0f93eb80fbaafcb2cefa09ed1d6c5099dc1939.tar.xz |
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 <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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/xilinx/zynqmp_dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index 1d077a85f32b..bdeae8a34123 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: |