]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 19 May 2022 13:08:55 +0000 (21:08 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 6 Jul 2022 05:18:14 +0000 (10:48 +0530)
commitce382d091018a7f7eaa24f27b2859ee6cd33d13c
treee32026f05e15b384cf9a87fcdb771b7b89bf4375
parent93238d93c99bad50812690e048db5922292218a1
dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe()

In the function xilinx_dpdma_probe(), when get irq failed,
the function platform_get_irq() logs an error message,
so remove redundant message here.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20220519130855.7664-1-tangbin@cmss.chinamobile.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dpdma.c