Loading drivers/hwmon/qpnp-adc-voltage.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, 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 @@ -2479,6 +2479,7 @@ static int qpnp_vadc_get_temp(struct thermal_zone_device *thermal, rc = qpnp_vadc_read(vadc, vadc_therm->vadc_channel, &result); if (rc) { if (rc != -EPROBE_DEFER) pr_err("VADC read error with %d\n", rc); return rc; } Loading Loading
drivers/hwmon/qpnp-adc-voltage.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, 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 @@ -2479,6 +2479,7 @@ static int qpnp_vadc_get_temp(struct thermal_zone_device *thermal, rc = qpnp_vadc_read(vadc, vadc_therm->vadc_channel, &result); if (rc) { if (rc != -EPROBE_DEFER) pr_err("VADC read error with %d\n", rc); return rc; } Loading