From: Dan Carpenter Date: Thu, 23 Jan 2014 08:26:37 +0000 (+0300) Subject: tulip: cleanup by using ARRAY_SIZE() X-Git-Tag: v3.14-rc1~94^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f39ef6d802d2a5840582efecbf3c729b290e64;p=pandora-kernel.git tulip: cleanup by using ARRAY_SIZE() In this situation then ARRAY_SIZE() and sizeof() are the same, but we're really dealing with array indexes and not byte offsets so ARRAY_SIZE() is cleaner. Signed-off-by: Dan Carpenter Acked-by: Grant Grundler Signed-off-by: David S. Miller --- Reading git-diff-tree failed