aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-11-20 05:19:35 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-11-23 11:59:45 -0500
commit00ecd6bc7128e41da4f7d00b9e204f9f89287fad (patch)
tree76c058bbca2b5748f7c2e797e3c32c7d413144d1 /drivers/media/dvb-core
parentmedia: dvb_frontend: don't print function names twice (diff)
downloadwireguard-linux-00ecd6bc7128e41da4f7d00b9e204f9f89287fad.tar.xz
wireguard-linux-00ecd6bc7128e41da4f7d00b9e204f9f89287fad.zip
media: dvb_frontend: add debug message for frequency intervals
As we did an internal change inside the subsystem to always represent min/max frequencies in Hz, add a debug message, as this would help to discover bugs on drivers, if any. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-core')
-rw-r--r--drivers/media/dvb-core/dvb_frontend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c
index 2a26f9210394..27a1d4a98d73 100644
--- a/drivers/media/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb-core/dvb_frontend.c
@@ -917,6 +917,9 @@ static void dvb_frontend_get_frequency_limits(struct dvb_frontend *fe,
"DVB: adapter %i frontend %u frequency limits undefined - fix the driver\n",
fe->dvb->num, fe->id);
+ dprintk("frequency interval: tuner: %u...%u, frontend: %u...%u",
+ tuner_min, tuner_max, frontend_min, frontend_max);
+
/* If the standard is for satellite, convert frequencies to kHz */
switch (c->delivery_system) {
case SYS_DVBS: