commit | 1a893a5a198eff228ddc1a364830f8928b8f9ac5 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Sat Jul 28 16:17:50 2018 -0300 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Aug 20 11:31:29 2018 -0700 |
tree | d5ff3ed83286369576de1f560ad0eb7732c5c456 | |
parent | f1506a69e3e72196c7c5ce4fd420d5e1a6965ed3 [diff] |
thermal: qoriq: Simplify the 'site' variable assignment There is no need to assign zero to the variable 'site' and then perform a compound bitwise OR operation afterwards. Make it simpler by assigning the final 'site' value directly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>