aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-04-28 06:15:41 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-28 11:40:52 -0400
commit02615ed5e1b2283db2495af3cf8f4ee172c77d80 (patch)
tree5f4ff1d8e304bff0c1ea0f70e1a27991ca768e89 /drivers/media/pci/cx88/cx88.h
parenta3b60209e7dd4db05249a9fb27940bb6705cd186 (diff)
[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>
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r--drivers/media/pci/cx88/cx88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h
index 4e29c9deb684..51ce2c0e8bc1 100644
--- a/drivers/media/pci/cx88/cx88.h
+++ b/drivers/media/pci/cx88/cx88.h
@@ -618,6 +618,8 @@ struct cx8802_dev {
618/* ----------------------------------------------------------- */ 618/* ----------------------------------------------------------- */
619/* cx88-core.c */ 619/* cx88-core.c */
620 620
621extern unsigned int cx88_core_debug;
622
621extern void cx88_print_irqbits(const char *name, const char *tag, const char *strings[], 623extern void cx88_print_irqbits(const char *name, const char *tag, const char *strings[],
622 int len, u32 bits, u32 mask); 624 int len, u32 bits, u32 mask);
623 625