aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttv-input.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:27 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:27 -0500
commit7e57819169d4f9a1d7af55fb645ece3fb981e2e3 (patch)
tree305775cb673de02f70aa6d169e2c0fa94b40d8e3 /drivers/media/video/bttv-input.c
parent70f00044a2107a2c7d654bf1d3e0494f77777f47 (diff)
V4L/DVB (3167): added ntsc parameter to tuner and more standardized debugs
- Debug message changed to be coherent with other modules - added ntsc parameter - parameters moved to the beginning at the file - tuner_status moved to a better position. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/bttv-input.c')
-rw-r--r--drivers/media/video/bttv-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bttv-input.c b/drivers/media/video/bttv-input.c
index 5027e10537cf..fa6ccbc6f26d 100644
--- a/drivers/media/video/bttv-input.c
+++ b/drivers/media/video/bttv-input.c
@@ -645,7 +645,7 @@ int bttv_input_init(struct bttv *btv)
645 645
646 /* all done */ 646 /* all done */
647 input_register_device(btv->remote->dev); 647 input_register_device(btv->remote->dev);
648 printk(DEVNAME ": %s detected at %s\n",ir->dev->name,ir->dev->phys); 648 printk(DEVNAME ": %s detected at %s\n",ir->name,ir->phys);
649 649
650 /* the remote isn't as bouncy as a keyboard */ 650 /* the remote isn't as bouncy as a keyboard */
651 ir->dev->rep[REP_DELAY] = repeat_delay; 651 ir->dev->rep[REP_DELAY] = repeat_delay;