From: Hideki Iwamoto Date: Sun, 25 Sep 2005 14:56:43 +0000 (+0200) Subject: [PATCH] i2c: Fix union i2c_smbus_data definition X-Git-Tag: v2.6.15-rc1~732^2^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332bf92b3338e140cbcfc25f69911e8ca59788c7;p=pandora-kernel.git [PATCH] i2c: Fix union i2c_smbus_data definition The i2c_smbus_data union block member has a comment stating that an extra byte is required for SMBus Block Process Call transactions. This has been true for three weeks around June 2002, but no more since, so it is about time that we drop this comment and fix the definition. From: Hideki Iwamoto Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman include/linux/i2c.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- Reading git-diff-tree failed