From: Mauro Carvalho Chehab Date: Thu, 30 Apr 2015 09:59:53 +0000 (-0300) Subject: [media] saa7134-alsa: use pr_debug() instead of printk X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7592eefc1ce14d7d699f18d57da4868761bdd92c;p=pandora-kernel.git [media] saa7134-alsa: use pr_debug() instead of printk On saa7134-alsa, there is just one printk macro that use a different debug level. It should be easy to enable/disable this one using dynamic_printk, if one need to individually control it. So, this module can easily use pr_debug() instead of using its own macros. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed