[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)
This patch partially reverts 0fb220f2a5cb. 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>

No differences found