]> git.baikalelectronics.ru Git - kernel.git/commit
[media] drxk: Fix debug printks
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 29 Sep 2014 02:23:19 +0000 (23:23 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Oct 2014 11:06:27 +0000 (09:06 -0200)
commit615c057232b98942b2adc8e6242e3812f0bea658
tree5b022ecb2b342300a1516cd84a08f20c5cb47182
parentd66901a127641ed541542d7a3493beab6c7a971f
[media] drxk: Fix debug printks

This patch partially reverts 8e224a871509. What happened is
that the conversion of debug messages to use pr_debug() was a
bad idea, because one needing to debug would need to both
enable debug level via a modprobe parameter, and then to
enable the dynamic printk's.

So, for now, let's use printk() directly at dprintk().

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/drxk_hard.c