commit | 66623a0419da2bae2efab40a46018faacce2e3aa | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Mar 29 08:47:04 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Apr 27 15:45:13 2007 -0300 |
tree | 63794f2a1282e466ded2ace2315e623a25e8ad03 | |
parent | 53c4e9551c2930767fcdaa54323616c32ed6e9c6 [diff] |
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>