diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-02 17:47:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-18 11:51:12 -0400 |
commit | ab2e06acb4ae0293add73608a49512530758edf6 (patch) | |
tree | 6fa6fbb4fb9589a8d12fb204d6af0e93d460170a | |
parent | c4931055c2261a4c22520342ef209b74df7d2e91 (diff) |
[media] af9013: add debug for IF frequency
Used IF frequency is one of the most important parameter to know.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb-frontends/af9013.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9013.c b/drivers/media/dvb-frontends/af9013.c index 5bc570d77846..2dac31491755 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) | |||
606 | else | 606 | else |
607 | if_frequency = state->config.if_frequency; | 607 | if_frequency = state->config.if_frequency; |
608 | 608 | ||
609 | dbg("%s: if_frequency=%d", __func__, if_frequency); | ||
610 | |||
609 | sampling_freq = if_frequency; | 611 | sampling_freq = if_frequency; |
610 | 612 | ||
611 | while (sampling_freq > (state->config.clock / 2)) | 613 | while (sampling_freq > (state->config.clock / 2)) |