projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025dc74
)
hwmon: (sht15) Remove unnecessary semicolon
author
Joe Perches
<joe@perches.com>
Sat, 11 Jul 2009 11:42:37 +0000
(13:42 +0200)
committer
Jean Delvare
<khali@linux-fr.org>
Sat, 11 Jul 2009 11:42:37 +0000
(13:42 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/sht15.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/sht15.c
b/drivers/hwmon/sht15.c
index 56cd6004da36e1ec08f94e05b890f61239323c08..6290a259456e8fbae6d5df180cd9825033b46217 100644
(file)
--- 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,
(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;
}