]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8879): bttv: Don't unmask VPRES interrupt
authorJean Delvare <khali@linux-fr.org>
Sat, 30 Aug 2008 13:18:21 +0000 (10:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:56 +0000 (09:36 -0200)
commiteb1b27bd86db6f9f73d6db973b18f31790a3d410
treeee58c5360acf05d46e90ad615a9049db0ec8c171
parentbccd7003aef20e040cef95d1216dac26199d7071
V4L/DVB (8879): bttv: Don't unmask VPRES interrupt

When the input is set to tuner and no antenna is connected, the BT848
can flood VPRES interrupts. So we don't want to enable this type of
interrupts when the input it set to tuner.

As we don't do anything when receiving such an interrupt anyway, the
easiest fix is to simply not unmask this specific interrupt.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt8xx/bttv-driver.c