From: Tobias Klauser Date: Mon, 9 Jan 2006 22:19:51 +0000 (+0100) Subject: [PATCH] i2c: Use ARRAY_SIZE macro X-Git-Tag: v2.6.16-rc3~98^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3d7db52469f6bcfbfd2d3d00dd17da573facd9;p=pandora-kernel.git [PATCH] i2c: Use ARRAY_SIZE macro Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]). Some trailing whitespaces are also removed. Signed-off-by: Tobias Klauser Signed-off-by: Jean Delvare Cc: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed