iommu/rockchip: Free irqs in shutdown handler
From: Heiko Stuebner <heiko@...> Date: Mon, 27 Aug 2018 12:49:19 +0200
Commit-Message
In the iommu's shutdown handler we disable runtime-pm which could result in the irq-handler running unclocked and since commit 3fc7c5c0cff3 ("iommu/rockchip: Handle errors returned from PM framework") we warn about that fact. This can cause warnings on shutdown on some Rockchip machines, so free the irqs in the shutdown handler before we disable runtime-pm. Reported-by: Enric Balletbo i Serra <enric.balletbo@...> Fixes: 3fc7c5c0cff3 ("iommu/rockchip: Handle errors returned from PM framework") Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
drivers/iommu/rockchip-iommu.c | 6 ++++++ 1 file changed, 6 insertions(+)
Statistics
- 6 lines added
- 0 lines removed