From: Mauro Carvalho Chehab Date: Thu, 29 Mar 2007 11:47:04 +0000 (-0300) Subject: V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZE X-Git-Tag: v2.6.22-rc1~1118^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66623a0419da2bae2efab40a46018faacce2e3aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed