diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:25:27 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:25:27 -0200 |
commit | 7e57819169d4f9a1d7af55fb645ece3fb981e2e3 (patch) | |
tree | 305775cb673de02f70aa6d169e2c0fa94b40d8e3 /drivers/media/video/bttv-input.c | |
parent | 70f00044a2107a2c7d654bf1d3e0494f77777f47 (diff) | |
download | kernel-crypto-7e57819169d4f9a1d7af55fb645ece3fb981e2e3.tar.gz kernel-crypto-7e57819169d4f9a1d7af55fb645ece3fb981e2e3.tar.xz kernel-crypto-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 5027e10537c..fa6ccbc6f26 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; |