diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:25:27 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:25:27 +0100 |
commit | 7e57819169d4f9a1d7af55fb645ece3fb981e2e3 (patch) | |
tree | 305775cb673de02f70aa6d169e2c0fa94b40d8e3 /drivers/media/video/bttv-input.c | |
parent | V4L/DVB (3162): Some fixes at cx88 controls (diff) | |
download | linux-7e57819169d4f9a1d7af55fb645ece3fb981e2e3.tar.xz linux-7e57819169d4f9a1d7af55fb645ece3fb981e2e3.zip |
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.c | 2 |
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) /* all done */ input_register_device(btv->remote->dev); - printk(DEVNAME ": %s detected at %s\n",ir->dev->name,ir->dev->phys); + printk(DEVNAME ": %s detected at %s\n",ir->name,ir->phys); /* the remote isn't as bouncy as a keyboard */ ir->dev->rep[REP_DELAY] = repeat_delay; |