Loading drivers/thermal/msm-tsens.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1393,7 +1393,8 @@ static int msm_tsens_get_temp(int sensor_client_id, unsigned long *temp) bool last_temp_valid = false, last_temp2_valid = false; bool last_temp3_valid = false; struct tsens_tm_device *tmdev = NULL; uint32_t sensor_hw_num = 0, idx = 0; uint32_t idx = 0; int sensor_hw_num = 0; unsigned long flags; tmdev = get_tsens_controller_for_client_id(sensor_client_id); Loading Loading
drivers/thermal/msm-tsens.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1393,7 +1393,8 @@ static int msm_tsens_get_temp(int sensor_client_id, unsigned long *temp) bool last_temp_valid = false, last_temp2_valid = false; bool last_temp3_valid = false; struct tsens_tm_device *tmdev = NULL; uint32_t sensor_hw_num = 0, idx = 0; uint32_t idx = 0; int sensor_hw_num = 0; unsigned long flags; tmdev = get_tsens_controller_for_client_id(sensor_client_id); Loading