aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-main.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-06-25 20:30:47 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-26 23:17:33 -0400
commit0885ba1d5ebd5a526993e7329ca4fb6c866f3315 (patch)
tree44bea0826be3b88197fa58235f03e6d6fa1526c9 /drivers/media/video/pvrusb2/pvrusb2-main.c
parentb30d244176846de3480ae17097a5f7831ec6aaf6 (diff)
V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the system log
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-main.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-main.c b/drivers/media/video/pvrusb2/pvrusb2-main.c
index d3c538cd0319..b95248274ed0 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-main.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-main.c
@@ -46,14 +46,6 @@
46 PVR2_TRACE_INFO| \ 46 PVR2_TRACE_INFO| \
47 PVR2_TRACE_TOLERANCE| \ 47 PVR2_TRACE_TOLERANCE| \
48 PVR2_TRACE_TRAP| \ 48 PVR2_TRACE_TRAP| \
49 PVR2_TRACE_FIRMWARE| \
50 PVR2_TRACE_EEPROM | \
51 PVR2_TRACE_INIT | \
52 PVR2_TRACE_I2C | \
53 PVR2_TRACE_CHIPS | \
54 PVR2_TRACE_START_STOP | \
55 PVR2_TRACE_CTL | \
56 PVR2_TRACE_DEBUGIFC | \
57 0) 49 0)
58 50
59int pvrusb2_debug = DEFAULT_DEBUG_MASK; 51int pvrusb2_debug = DEFAULT_DEBUG_MASK;