Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261886
b: refs/heads/master
c: 63c8a58
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jul 31, 2011
1 parent 430fc22 commit 9790481
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: a5e06781f073842beb81d088eb787f0ea23d6499
refs/heads/master: 63c8a58d226a0701272b54015a8d73643d72cd3d
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65912-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int tps65912_i2c_write(struct tps65912 *tps65912, u8 reg,
u8 msg[TPS6591X_MAX_REGISTER + 1];
int ret;

if (bytes > (TPS6591X_MAX_REGISTER + 1))
if (bytes > TPS6591X_MAX_REGISTER)
return -EINVAL;

msg[0] = reg;
Expand Down

0 comments on commit 9790481

Please sign in to comment.