[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)
commit7592eefc1ce14d7d699f18d57da4868761bdd92c
tree2135a12b9496ca6c6a005a6b35136eab8020b993
parentbea8630e5db47f458788848092678da3e8021f44
[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