commit | 7592eefc1ce14d7d699f18d57da4868761bdd92c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Apr 30 06:59:53 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed May 13 09:59:06 2015 -0300 |
tree | 2135a12b9496ca6c6a005a6b35136eab8020b993 | |
parent | bea8630e5db47f458788848092678da3e8021f44 [diff] |
[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>