dmaengine: s3c24xx: explicitly freeup irq
dmaengine device should explicitly call devm_free_irq() when using devm_request_irq(). The irq is still ON when devices remove is executed and irq should be quiesced before remove is completed. Signed-off-by: NVinod Koul <vinod.koul@intel.com> Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Showing
想要评论请 注册 或 登录