commit | a18e83e77217b63e4138470aa49d8269a201f76d | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Sep 25 11:03:09 2018 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Oct 22 17:50:08 2018 -0700 |
tree | dd51890cbb5fb9ce6ec7b31cc7af21e8f68ea6a3 | |
parent | 2cffaeff083fafeefb1daee7b443f7381eca5b2f [diff] |
thermal/drivers/hisi: Remove pointless irq field The irq field in the data structure is pointless as the scope of its usage is just to request the interrupt. It can be replaced by a local variable. Use the 'ret' variable to get the interrupt number. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>