diff options
| author | Joe Perches <joe@perches.com> | 2009-07-11 07:42:37 -0400 |
|---|---|---|
| committer | Jean Delvare <khali@linux-fr.org> | 2009-07-11 07:42:37 -0400 |
| commit | 24205e0850dd8a79c597e366daafdd5f31a24656 (patch) | |
| tree | 10401eee6d57e1ee3917bd811e3a4b61eaa30e51 | |
| parent | 025dc740d01f99ccba945df1f9ef9e06b1c15d96 (diff) | |
hwmon: (sht15) Remove unnecessary semicolon
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
| -rw-r--r-- | drivers/hwmon/sht15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c index 56cd6004da36..6290a259456e 100644 --- a/drivers/hwmon/sht15.c +++ b/drivers/hwmon/sht15.c | |||
| @@ -257,7 +257,7 @@ static inline int sht15_update_single_val(struct sht15_data *data, | |||
| 257 | (data->flag == SHT15_READING_NOTHING), | 257 | (data->flag == SHT15_READING_NOTHING), |
| 258 | msecs_to_jiffies(timeout_msecs)); | 258 | msecs_to_jiffies(timeout_msecs)); |
| 259 | if (ret == 0) {/* timeout occurred */ | 259 | if (ret == 0) {/* timeout occurred */ |
| 260 | disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));; | 260 | disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data)); |
| 261 | sht15_connection_reset(data); | 261 | sht15_connection_reset(data); |
| 262 | return -ETIME; | 262 | return -ETIME; |
| 263 | } | 263 | } |
