From: Mauro Carvalho Chehab Date: Thu, 29 Mar 2007 01:37:20 +0000 (-0300) Subject: V4L/DVB (5476): Fix gpiomux array size X-Git-Tag: v2.6.22-rc1~1118^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57747b7f2517524aed5f0c5b744badf9da94a91b;p=pandora-kernel.git V4L/DVB (5476): Fix gpiomux array size there were several "magic" for loops, addressing gpiomux array size (4). Adrian Bunk showed that one of the loops were wrong, going from 0 to 4. This patch provides the right fix for this trouble, by using ARRAY_SIZE on all places where we have a for loop using gpiomux. Thanks to: Adrian Bunk for pointing me about this trouble. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed