diff options
author | Daniel Lezcano <[email protected]> | 2017-10-19 19:05:43 +0200 |
---|---|---|
committer | Eduardo Valentin <[email protected]> | 2017-10-31 19:32:14 -0700 |
commit | c176b10b025acee4dc8f2ab1cd64eb73b5ccef53 (patch) | |
tree | ab6cf771abe8e5e02f67dfda64effb829cd331f8 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | ba817a8cfc2e128b59af7fe8b6af72ed38763b87 (diff) |
thermal/drivers/hisi: Fix missing interrupt enablement
The interrupt for the temperature threshold is not enabled at the end of the
probe function, enable it after the setup is complete.
On the other side, the irq_enabled is not correctly set as we are checking if
the interrupt is masked where 'yes' means irq_enabled=false.
irq_get_irqchip_state(data->irq, IRQCHIP_STATE_MASKED,
&data->irq_enabled);
As we are always enabling the interrupt, it is pointless to check if
the interrupt is masked or not, just set irq_enabled to 'true'.
Signed-off-by: Daniel Lezcano <[email protected]>
Reviewed-by: Leo Yan <[email protected]>
Tested-by: Leo Yan <[email protected]>
Signed-off-by: Eduardo Valentin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions