From: Dan Carpenter Date: Sat, 8 May 2010 16:24:38 +0000 (+0200) Subject: ath5k: several off by one range checks X-Git-Tag: v2.6.35-rc1~473^2~167^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e8594d5594acb62896571a7fe04faa647e0437;p=pandora-kernel.git ath5k: several off by one range checks There are several places that use > ARRAY_SIZE() instead of >= ARRAY_SIZE(). Signed-off-by: Dan Carpenter Acked-by: Bob Copeland Acked-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed