From: Darren Jenkins Date: Mon, 27 Feb 2006 22:14:58 +0000 (+0100) Subject: [PATCH] I2C: hwmon: Rename register parameters X-Git-Tag: v2.6.17-rc1~997^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c27fc17c5e575c5471fb344bdbd5f5f6072136;p=pandora-kernel.git [PATCH] I2C: hwmon: Rename register parameters "register" is a reserved keyword so using it as a parameter name can confuse some compilers, most notably ICC. The patch below just renames all occurences to reg which fits the actual function declarations. Signed-off-by: Darren Jenkins Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed