V4L/DVB (4508): Fix an array overflow on bt866
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 18 Aug 2006 10:40:28 +0000 (07:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:32 +0000 (12:30 -0300)
The Coverity checker spotted the following two array overflows.
Registers 0xcc and 0xdc were cached on reg[] array, with only 128 elements,
instead of 256.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found