commit | 0e774888675d7ec693379a228490ce611135cbc2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 26 10:50:02 2017 +0900 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue May 23 20:02:03 2017 -0700 |
tree | b25180421df07ca9320ec31f5b3d6e863aa15de5 | |
parent | 08332893e37af6ae779367e78e444f8f9571511d [diff] |
thermal: qoriq: remove useless call for of_thermal_get_trip_points() Building this driver with W=1 reports: warning: variable 'trip' set but not used [-Wunused-but-set-variable] The call for of_thermal_get_trip_points() is useless. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>