]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: pxa_dma: use platform_get_irq_optional
authorDoug Brown <doug@schmorgal.com>
Tue, 6 Sep 2022 00:07:09 +0000 (17:07 -0700)
committerVinod Koul <vkoul@kernel.org>
Tue, 8 Nov 2022 05:12:51 +0000 (10:42 +0530)
commit6d44e9a53861011fec3f2b2abb4f5dc11469709c
tree8ffbee211394059a66b2923a2117125342658733
parentcc7c5b7a125a0984c8c6e03fa8a08ba7a57a4c11
dmaengine: pxa_dma: use platform_get_irq_optional

The first IRQ is required, but IRQs 1 through (nb_phy_chans - 1) are
optional, because on some platforms (e.g. PXA168) there is a single IRQ
shared between all channels.

This change inhibits a flood of "IRQ index # not found" messages at
startup. Tested on a PXA168-based device.

Fixes: 682a742ed79d ("driver core: platform: Add an error message to platform_get_irq*()")
Signed-off-by: Doug Brown <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20220906000709.52705-1-doug@schmorgal.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pxa_dma.c