Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10601
b: refs/heads/master
c: 332bf92
h: refs/heads/master
i:
  10599: a003ec9
v: v3
  • Loading branch information
Hideki Iwamoto authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent f39912e commit 8679e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d057c96cab72bc6b70570d25b90404f81d98e886
refs/heads/master: 332bf92b3338e140cbcfc25f69911e8ca59788c7
3 changes: 1 addition & 2 deletions trunk/include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,7 @@ struct i2c_msg {
union i2c_smbus_data {
__u8 byte;
__u16 word;
__u8 block[I2C_SMBUS_BLOCK_MAX + 3]; /* block[0] is used for length */
/* one more for read length in block process call */
__u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */
/* and one more for PEC */
};

Expand Down

0 comments on commit 8679e04

Please sign in to comment.