From 852023b58bbe8600693f1df44ade404298ac89d4 Mon Sep 17 00:00:00 2001 From: Antti Palosaari Date: Tue, 10 Jan 2012 19:26:35 -0300 Subject: [PATCH] [media] hd29l2: add debug for used IF frequency Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/hd29l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb/frontends/hd29l2.c b/drivers/media/dvb/frontends/hd29l2.c index e67d7c410a35..9959a5abb532 100644 --- a/drivers/media/dvb/frontends/hd29l2.c +++ b/drivers/media/dvb/frontends/hd29l2.c @@ -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) { /* -- 2.11.0