]> git.baikalelectronics.ru Git - kernel.git/commit
[media] saa7134-alsa: use pr_debug() instead of printk
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Apr 2015 09:59:53 +0000 (06:59 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 13 May 2015 12:59:06 +0000 (09:59 -0300)
commitcbdaca14076e5fcf4c596ba62410e6023ace7398
tree2135a12b9496ca6c6a005a6b35136eab8020b993
parent12ce333548eaf8d0c09c53e4cdc32b5f43466150
[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 <mchehab@osg.samsung.com>
drivers/media/pci/saa7134/saa7134-alsa.c