]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] dvb-frontends/drxk: don't log errors on unsupported operation mode
authorDaniel Scheller <d.scheller@gmx.net>
Tue, 14 Mar 2017 22:22:37 +0000 (19:22 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 17 Apr 2017 20:07:57 +0000 (17:07 -0300)
commitb73bb2ab97eb7840d0f4fc285936024100f59a6d
tree1c147e475b0b285c4aef90de75176be0a188d92a
parent0c4089f80cb34329b5393825926308ba333abc67
[media] dvb-frontends/drxk: don't log errors on unsupported operation mode

When fe_ops.read_status is called and no channel is tuned (yet), the
subsequent calls to get_lock_status() causes the kernel log to be filled
with

    drxk: Error -22 on get_lock_status

which either means a NULL pointer was passed for the p_lock_status var,
or neither QAM nor OFDM/DVBT operation mode are active. Instead of
filling the kernel log in the latter case, print out a message to the debug
level and return 0 (this isn't used in the calling drxk_get_stats() anyway).

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/drxk_hard.c