diff options
author | Jiada Wang <[email protected]> | 2019-04-24 14:11:45 +0900 |
---|---|---|
committer | Eduardo Valentin <[email protected]> | 2019-05-14 07:00:32 -0700 |
commit | 63f55fcea50c25ae5ad45af92d08dae3b84534c2 (patch) | |
tree | 6361b81a6e9c52d033fa2ce88b48c124c00453ab /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2c0928c9e004589dc9e7672c40a38d6c4ca12701 (diff) |
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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Daniel Lezcano <[email protected]>
Signed-off-by: Eduardo Valentin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions