Jean-Philippe Brucker ebcdaee4ce dmaengine: pl330: fix warning in pl330_remove
When removing a device with less than 9 IRQs (AMBA_NR_IRQS), we'll get a
big WARN_ON from devres.c because pl330_remove calls devm_free_irqs for
unallocated irqs. Similarly to pl330_probe, check that IRQ number is
present before calling devm_free_irq.

Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2017-06-02 11:49:44 +05:30
..
2017-02-21 17:06:22 -08:00
2017-04-24 09:38:41 +05:30
2013-01-07 17:36:37 +01:00
2016-12-14 20:42:45 -08:00
2016-03-24 23:13:48 -07:00
2016-09-05 16:40:52 +05:30
2017-01-25 15:33:45 +05:30