Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292112
b: refs/heads/master
c: c9e1498
h: refs/heads/master
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent bab1ad2 commit 1a16c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0910b28ef44a0ef3653ac6a10ee8eab0acfe3f09
refs/heads/master: c9e1498a186b643fff21c5d5340a35fcf1151181
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/sht15.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ static void sht15_bh_read_data(struct work_struct *work_s)
*/
atomic_set(&data->interrupt_handled, 0);
enable_irq(gpio_to_irq(data->pdata->gpio_data));
/* If still not occurred or another handler has been scheduled */
/* If still not occurred or another handler was scheduled */
if (gpio_get_value(data->pdata->gpio_data)
|| atomic_read(&data->interrupt_handled))
return;
Expand Down

0 comments on commit 1a16c98

Please sign in to comment.