Loading drivers/thermal/qcom-spmi-temp-alarm.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ static int qpnp_tm_get_temp(void *data, int *temp) chip->temp = mili_celsius; } *temp = chip->temp < 0 ? 0 : chip->temp; *temp = chip->temp; return 0; } Loading Loading
drivers/thermal/qcom-spmi-temp-alarm.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ static int qpnp_tm_get_temp(void *data, int *temp) chip->temp = mili_celsius; } *temp = chip->temp < 0 ? 0 : chip->temp; *temp = chip->temp; return 0; } Loading