Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24205e08 authored by Joe Perches's avatar Joe Perches Committed by Jean Delvare
Browse files

hwmon: (sht15) Remove unnecessary semicolon



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 025dc740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ static inline int sht15_update_single_val(struct sht15_data *data,
				 (data->flag == SHT15_READING_NOTHING),
				 msecs_to_jiffies(timeout_msecs));
	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);
		return -ETIME;
	}