Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330477
b: refs/heads/master
c: f776099
h: refs/heads/master
i:
  330475: 85f0639
v: v3
  • Loading branch information
Julia Lawall authored and Anton Vorontsov committed Aug 23, 2012
1 parent e34a7fa commit ed4c6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d2941651d754fa04eebd0bba70d558424d838565
refs/heads/master: f77609959ade7378eed8b03df4c248f6d44c7e15
3 changes: 2 additions & 1 deletion trunk/drivers/power/bq27x00_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,8 @@ static int bq27x00_battery_probe(struct i2c_client *client,
di->bat.name = name;
di->bus.read = &bq27x00_read_i2c;

if (bq27x00_powersupply_init(di))
retval = bq27x00_powersupply_init(di);
if (retval)
goto batt_failed_3;

i2c_set_clientdata(client, di);
Expand Down

0 comments on commit ed4c6b3

Please sign in to comment.