Signed-off-by: Li Zhijian lizhijian@cn.fujitsu.com --- thermal/thermal_06.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh index d8bcd23..6fdc469 100755 --- a/thermal/thermal_06.sh +++ b/thermal/thermal_06.sh @@ -50,6 +50,7 @@ check_trip_point_change() { trip_type=0 trip_type_path=0 $CPU_HEAT_BIN & + get_os if [ $? -eq 1 ]; then cpu_pid=$(ps | grep heat_cpu| awk '{print $1}') else
Hi Li,
On 13 October 2017 at 02:51, Li Zhijian lizhijian@cn.fujitsu.com wrote:
Signed-off-by: Li Zhijian lizhijian@cn.fujitsu.com
Can you add a brief commit message to why this change is necessary and send an updated patch please?
Thanks, Lisa
thermal/thermal_06.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh index d8bcd23..6fdc469 100755 --- a/thermal/thermal_06.sh +++ b/thermal/thermal_06.sh @@ -50,6 +50,7 @@ check_trip_point_change() { trip_type=0 trip_type_path=0 $CPU_HEAT_BIN &
- get_os if [ $? -eq 1 ]; then cpu_pid=$(ps | grep heat_cpu| awk '{print $1}') else
-- 2.15.0.rc0
linaro-dev mailing list linaro-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-dev