[media] cx88: make core less verbose
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Apr 2013 10:15:41 +0000 (07:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Apr 2013 15:40:52 +0000 (12:40 -0300)
commit02615ed5e1b2283db2495af3cf8f4ee172c77d80
tree5f4ff1d8e304bff0c1ea0f70e1a27991ca768e89
parenta3b60209e7dd4db05249a9fb27940bb6705cd186
[media] cx88: make core less verbose

Along the time, several debug messages were added at cx88-cards.
While those are still useful to track some troubles with
tuners, they're too verbose:
[ 5768.281801] cx88[0]: Calling XC2028/3028 callback
[ 5768.287388] cx88[0]: Calling XC2028/3028 callback
[ 5768.292575] cx88[0]: Calling XC2028/3028 callback
[ 5768.299408] cx88[0]: Calling XC2028/3028 callback
[ 5768.306244] cx88[0]: Calling XC2028/3028 callback
...

and, most of the time, useless.

So, disable them, except if core_debug modprobe parameter
is used.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/pci/cx88/cx88-cards.c
drivers/media/pci/cx88/cx88-core.c
drivers/media/pci/cx88/cx88.h