Skip to content

Commit eb96e57

Browse files
seanyoungmchehab
authored andcommitted
media: dvb: warning about dvb frequency limits produces too much noise
This can be a debug message. Favour dev_dbg() over dprintk() as this is already used much more than dprintk(). dvb_frontend: dvb_frontend_get_frequency_limits: frequency interval: tuner: 45000000...860000000, frontend: 44250000...867250000 Fixes: 00ecd6b ("media: dvb_frontend: add debug message for frequency intervals") Cc: <[email protected]> # 5.0 Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent a188339 commit eb96e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/dvb-core/dvb_frontend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ static void dvb_frontend_get_frequency_limits(struct dvb_frontend *fe,
917917
"DVB: adapter %i frontend %u frequency limits undefined - fix the driver\n",
918918
fe->dvb->num, fe->id);
919919

920-
dprintk("frequency interval: tuner: %u...%u, frontend: %u...%u",
920+
dev_dbg(fe->dvb->device, "frequency interval: tuner: %u...%u, frontend: %u...%u",
921921
tuner_min, tuner_max, frontend_min, frontend_max);
922922

923923
/* If the standard is for satellite, convert frequencies to kHz */

0 commit comments

Comments
 (0)