Mauro Carvalho Chehab 3dd6b560dc media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
As pointed by Dan, possible values for bits[3:0] of te Line Mode Registers
can range from 0x0 to 0xf, but the check logic allow values ranging
from 0x0 to 0xe.

As static arrays are initialized with zero, using a value without
an explicit initializer at the array won't cause any harm.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-02-23 11:44:09 -05:00
..
2017-11-30 04:42:19 -05:00
2017-11-15 20:30:12 -08:00
2017-12-08 10:39:17 -05:00
2017-12-11 13:04:55 -05:00
2017-12-18 11:52:24 -05:00