Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344476
b: refs/heads/master
c: 313e8b5
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 26, 2012
1 parent e192c2a commit 7ebd745
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: eef4aa652c40237f73258d5418b03d60a2ffec40
refs/heads/master: 313e8b50c89a76c4f36af527f937c2f8cf4cad41
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp5521.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static int lp5521_read(struct i2c_client *client, u8 reg, u8 *buf)

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 7ebd745

Please sign in to comment.