projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476d63d
)
V4L/DVB (3270): Tuner_dbg will show tuner param and range selected
author
Michael Krufky
<mkrufky@linuxtv.org>
Tue, 7 Feb 2006 08:25:35 +0000
(06:25 -0200)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 7 Feb 2006 08:25:35 +0000
(06:25 -0200)
- tuner_dbg will show tuner param and range selected
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-simple.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-simple.c
b/drivers/media/video/tuner-simple.c
index 58fa0d29962b77c37dfc8fd8c2ecf85bf599215f..17e29cc60c90e13dd0bc80bd4f19c8545fe1ba64 100644
(file)
--- a/
drivers/media/video/tuner-simple.c
+++ b/
drivers/media/video/tuner-simple.c
@@
-188,7
+188,7
@@
static void default_set_tv_freq(struct i2c_client *c, unsigned int freq)
/* i == 0 -> VHF_LO
* i == 1 -> VHF_HI
* i == 2 -> UHF */
- tuner_dbg("tv:
range %d\n"
,i);
+ tuner_dbg("tv:
param %d, range %d\n",j
,i);
div=freq + IFPCoff + offset;