hwmon: (sht15) Remove unnecessary semicolon
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
025dc740d0
commit
24205e0850
@ -257,7 +257,7 @@ static inline int sht15_update_single_val(struct sht15_data *data,
|
|||||||
(data->flag == SHT15_READING_NOTHING),
|
(data->flag == SHT15_READING_NOTHING),
|
||||||
msecs_to_jiffies(timeout_msecs));
|
msecs_to_jiffies(timeout_msecs));
|
||||||
if (ret == 0) {/* timeout occurred */
|
if (ret == 0) {/* timeout occurred */
|
||||||
disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));;
|
disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));
|
||||||
sht15_connection_reset(data);
|
sht15_connection_reset(data);
|
||||||
return -ETIME;
|
return -ETIME;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user