V4L/DVB (5476): Fix gpiomux array size
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 29 Mar 2007 01:37:20 +0000 (22:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:09 +0000 (15:45 -0300)
commit57747b7f2517524aed5f0c5b744badf9da94a91b
tree7dc1eae94ad03e49f1029427771d4fb5ad1969ae
parentf423b9a86a6dd3d2bc08d78f4d21525a14c40a6b
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 <bunk@stusta.de> for pointing me about this trouble.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bt8xx/bttv-cards.c
This page took 0.024404 seconds and 5 git commands to generate.