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)
commit8f64c2a4c8b59fe6dfc29add92c55947b1299da3
treee32026f05e15b384cf9a87fcdb771b7b89bf4375
parenta94a098a21c678c07c8a742e4a65e8aa2bebdf08
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