V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZE
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 29 Mar 2007 11:47:04 +0000 (08:47 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:13 +0000 (15:45 -0300)
commit66623a0419da2bae2efab40a46018faacce2e3aa
tree63794f2a1282e466ded2ace2315e623a25e8ad03
parent53c4e9551c2930767fcdaa54323616c32ed6e9c6
V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZE

cx88_print_irqbits were expecting a string pointer with 32 bytes. Better
to pass the string size and use ARRAY_SIZE on its calls.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-alsa.c
drivers/media/video/cx88/cx88-core.c
drivers/media/video/cx88/cx88-mpeg.c
drivers/media/video/cx88/cx88-video.c
drivers/media/video/cx88/cx88.h