commit | 52ee29fe94ffb07b98bc31e018560b8fd3800904 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Sep 28 23:23:19 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Oct 30 09:06:27 2014 -0200 |
tree | 5b022ecb2b342300a1516cd84a08f20c5cb47182 | |
parent | a47959fbd5808890963fe8475a7c436bfd60d8c3 [diff] |
[media] drxk: Fix debug printks 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>