Skip to content

Commit

Permalink
[media] hd29l2: add debug for used IF frequency
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jan 11, 2012
1 parent 6964c30 commit 852023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/hd29l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
/*
Expand Down

0 comments on commit 852023b

Please sign in to comment.