From: Jean Delvare Date: Mon, 12 Jun 2006 19:52:02 +0000 (+0200) Subject: [PATCH] i2c-i801: Cleanups X-Git-Tag: v2.6.18-rc1~1081^2~226^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=455f332323a17446fb66ea7b2f65f2751f1a3f06;p=pandora-kernel.git [PATCH] i2c-i801: Cleanups i2c-i801: Cleanups Various cleanups to the i2c-i801 driver: * Fix documentation file and self file name references. * i801_setup can be marked __devinit. * Drop useless error local variable and label in i801_setup. * Avoid a double PCI configuration register write in some cases. * Use symbolic names for SMBHSTCFG bits. * Transmit the error code returned by i801_setup instead of forcing it to an arbitrary value. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed