From: Mauro Carvalho Chehab Date: Mon, 29 Sep 2014 02:23:19 +0000 (-0300) Subject: [media] drxk: Fix debug printks X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ee29fe94ffb07b98bc31e018560b8fd3800904;p=pandora-kernel.git [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 --- Reading git-diff-tree failed