dmaengine: uniphier-xdmac: Remove redandant error log for platform_get_irq
authorVinod Koul <vkoul@kernel.org>
Mon, 23 Mar 2020 17:19:28 +0000 (22:49 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 26 Mar 2020 06:52:56 +0000 (12:22 +0530)
commit0950c7fdf7873af33ba2c7cc5cc0ea1ebea9bc51
tree096bd2678a7ff784777d5d092e7f55855301d0de
parent6697255f239f5c04fcd6b819c0d35ae05bbf808c
dmaengine: uniphier-xdmac: Remove redandant error log for platform_get_irq

platform_get_irq prints the error on failure, so there is no need to
have caller add a log.
Remove the log in uniphier_xdmac_probe() for platform_get_irq() failure

Reported-by: kbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20200323171928.424223-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/uniphier-xdmac.c