From: Jean Delvare Date: Tue, 19 Apr 2005 04:16:58 +0000 (-0700) Subject: [PATCH] I2C: via686a cleanups X-Git-Tag: v2.6.12-rc3~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b5ac878d4a63c772d03c5017b72cc799a8f2f2;p=pandora-kernel.git [PATCH] I2C: via686a cleanups Here comes a small cleanup patch for the via686a driver. I noticed the following two non-fatal problems: 1* The device parent is explicitely set, but it's not needed because the i2c core will do as the client is registered. 2* snprintf is used where strlcpy would suffice. Fixing them brings the via686a driver in line with what other similar drivers do. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed