Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344477
b: refs/heads/master
c: 5ebab74
h: refs/heads/master
i:
  344475: e192c2a
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 26, 2012
1 parent 7ebd745 commit 96521ac
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: 313e8b50c89a76c4f36af527f937c2f8cf4cad41
refs/heads/master: 5ebab74a711388fc30e6d839eee79aa06d1ce0af
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp5523.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static int lp5523_read(struct i2c_client *client, u8 reg, u8 *buf)
s32 ret = i2c_smbus_read_byte_data(client, reg);

if (ret < 0)
return -EIO;
return ret;

*buf = ret;
return 0;
Expand Down

0 comments on commit 96521ac

Please sign in to comment.