OSDN Git Service

thermal: rcar_gen3_thermal: disable interrupt in .remove
authorJiada Wang <jiada_wang@mentor.com>
Wed, 24 Apr 2019 05:11:45 +0000 (14:11 +0900)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 14 May 2019 14:00:32 +0000 (07:00 -0700)
commit63f55fcea50c25ae5ad45af92d08dae3b84534c2
tree6361b81a6e9c52d033fa2ce88b48c124c00453ab
parent2c0928c9e004589dc9e7672c40a38d6c4ca12701
thermal: rcar_gen3_thermal: disable interrupt in .remove

Currently IRQ remains enabled after .remove, later if device is probed,
IRQ is requested before .thermal_init, this may cause IRQ function be
called before device is initialized.

this patch disables interrupt in .remove, to ensure irq function
only be called after device is fully initialized.

Signed-off-by: Jiada Wang <jiada_wang@mentor.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/rcar_gen3_thermal.c