Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344478
b: refs/heads/master
c: 4401e48
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 26, 2012
1 parent 96521ac commit a6630e5
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: 5ebab74a711388fc30e6d839eee79aa06d1ce0af
refs/heads/master: 4401e48737c4068604144a5c0ba23a9c82ea3a37
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp3944.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static int lp3944_reg_read(struct i2c_client *client, u8 reg, u8 *value)

tmp = i2c_smbus_read_byte_data(client, reg);
if (tmp < 0)
return -EINVAL;
return tmp;

*value = tmp;

Expand Down

0 comments on commit a6630e5

Please sign in to comment.