Home
last modified time | relevance | path

Searched hist:"7592 eefc1ce14d7d699f18d57da4868761bdd92c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.cdiff 7592eefc1ce14d7d699f18d57da4868761bdd92c Thu Apr 30 11:59:53 CEST 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> [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>