Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320494
b: refs/heads/master
c: ecb7a8e
h: refs/heads/master
v: v3
  • Loading branch information
Pritesh Raithatha authored and Anton Vorontsov committed Jun 20, 2012
1 parent a664ccf commit 2c93c94
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: 9903e62700a122a366ad4c9be8f8f97115cf9a68
refs/heads/master: ecb7a8ebdc4b063715d5a37919f9118c3f1031a8
2 changes: 1 addition & 1 deletion trunk/drivers/power/gpio-charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static int gpio_charger_get_property(struct power_supply *psy,

switch (psp) {
case POWER_SUPPLY_PROP_ONLINE:
val->intval = gpio_get_value(pdata->gpio);
val->intval = gpio_get_value_cansleep(pdata->gpio);
val->intval ^= pdata->gpio_active_low;
break;
default:
Expand Down

0 comments on commit 2c93c94

Please sign in to comment.