From 8679e0474e81c37038ebf9bff41aefddd489c960 Mon Sep 17 00:00:00 2001 From: Hideki Iwamoto Date: Sun, 25 Sep 2005 16:56:43 +0200 Subject: [PATCH] --- yaml --- r: 10601 b: refs/heads/master c: 332bf92b3338e140cbcfc25f69911e8ca59788c7 h: refs/heads/master i: 10599: a003ec9cff2924284cda9f4e8bb5fbc2f6e78578 v: v3 --- [refs] | 2 +- trunk/include/linux/i2c.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index afbc1948898d..c5b91282176d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d057c96cab72bc6b70570d25b90404f81d98e886 +refs/heads/master: 332bf92b3338e140cbcfc25f69911e8ca59788c7 diff --git a/trunk/include/linux/i2c.h b/trunk/include/linux/i2c.h index 3d49a305bf88..17d63c1efdce 100644 --- a/trunk/include/linux/i2c.h +++ b/trunk/include/linux/i2c.h @@ -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 */ };