summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-input.c
diff options
context:
space:
mode:
authordarron@kewl.org <darron@kewl.org>2008-10-11 15:18:53 +0100
committerdarron@kewl.org <darron@kewl.org>2008-10-11 15:18:53 +0100
commit270e299bd7d5775be3af60217fb512a480a75a33 (patch)
tree7111d6cd69127b10b37cff1dcb7e02f6fa251b0d /linux/drivers/media/video/cx88/cx88-input.c
parentfcfcc128910473bdf3411a074894ae36c808106a (diff)
downloadmediapointer-dvb-s2-270e299bd7d5775be3af60217fb512a480a75a33.tar.gz
mediapointer-dvb-s2-270e299bd7d5775be3af60217fb512a480a75a33.tar.bz2
MFE: Fix a number of bugs and some tidying up
From: Darron Broad <darron@kewl.org> A number of reference to videobuf_dvb_get_frontend used an invalid index. This has been fixed. The section for the HVR3000 in advise_acquire was redundant as the same logic is used on the HVR4000. This has been removed and both cards now use the same function. A number of small errors and whitespace errors are also fixed. Priority: normal Signed-off-by: Darron Broad <darron@kewl.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-input.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-input.c b/linux/drivers/media/video/cx88/cx88-input.c
index fd4759159..bcecb5bbd 100644
--- a/linux/drivers/media/video/cx88/cx88-input.c
+++ b/linux/drivers/media/video/cx88/cx88-input.c
@@ -512,7 +512,6 @@ void cx88_ir_irq(struct cx88_core *core)
case CX88_BOARD_PINNACLE_PCTV_HD_800i:
ircode = ir_decode_biphase(ir->samples, ir->scount, 5, 7);
ir_dprintk("biphase decoded: %x\n", ircode);
-//TODO Darron has other code here
if ((ircode & 0xfffff000) != 0x3000)
break;
ir_input_keydown(ir->input, &ir->ir, ircode & 0x3f, ircode);