From: Jean Delvare Date: Fri, 2 Sep 2005 19:28:00 +0000 (+0200) Subject: [PATCH] I2C: Fix sgi_xfer return value X-Git-Tag: v2.6.14-rc1~752^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89923fff79f8eeed0ccdf51e13453754e48a71e;p=pandora-kernel.git [PATCH] I2C: Fix sgi_xfer return value The sgi_xfer function returns 0 on success instead of the number of transfered messages as it is supposed to. This patch fixes that. Let's just hope that no client chip driver was relying on this misbehavior. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed