mirror of https://gitee.com/openkylin/linux.git
[media] hd29l2: add debug for used IF frequency
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6964c308ec
commit
852023b58b
|
@ -394,7 +394,7 @@ static enum dvbfe_search hd29l2_search(struct dvb_frontend *fe)
|
|||
if (ret)
|
||||
goto err;
|
||||
|
||||
dbg("%s: if_ctl=%x", __func__, if_ctl);
|
||||
dbg("%s: if_freq=%d if_ctl=%x", __func__, if_freq, if_ctl);
|
||||
|
||||
if (auto_mode) {
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue