From: Antti Palosaari Date: Sun, 2 Sep 2012 21:47:25 +0000 (-0300) Subject: [media] af9013: add debug for IF frequency X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=ab2e06acb4ae0293add73608a49512530758edf6;p=linux-edison.git [media] af9013: add debug for IF frequency Used IF frequency is one of the most important parameter to know. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/af9013.c b/drivers/media/dvb-frontends/af9013.c index 5bc570d7784..2dac3149175 100644 --- a/drivers/media/dvb-frontends/af9013.c +++ b/drivers/media/dvb-frontends/af9013.c @@ -606,6 +606,8 @@ static int af9013_set_frontend(struct dvb_frontend *fe) else if_frequency = state->config.if_frequency; + dbg("%s: if_frequency=%d", __func__, if_frequency); + sampling_freq = if_frequency; while (sampling_freq > (state->config.clock / 2))