aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-debug.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-debug.h b/drivers/media/video/pvrusb2/pvrusb2-debug.h
index fca49d8a9311..11537ddf8aa3 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-debug.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-debug.h
@@ -39,7 +39,7 @@ extern int pvrusb2_debug;
39#define PVR2_TRACE_EEPROM (1 << 10) /* eeprom parsing / report */ 39#define PVR2_TRACE_EEPROM (1 << 10) /* eeprom parsing / report */
40#define PVR2_TRACE_STRUCT (1 << 11) /* internal struct creation */ 40#define PVR2_TRACE_STRUCT (1 << 11) /* internal struct creation */
41#define PVR2_TRACE_OPEN_CLOSE (1 << 12) /* application open / close */ 41#define PVR2_TRACE_OPEN_CLOSE (1 << 12) /* application open / close */
42#define PVR2_TRACE_CREG (1 << 13) /* Main critical region entry / exit */ 42#define PVR2_TRACE_CTXT (1 << 13) /* Main context tracking */
43#define PVR2_TRACE_SYSFS (1 << 14) /* Sysfs driven I/O */ 43#define PVR2_TRACE_SYSFS (1 << 14) /* Sysfs driven I/O */
44#define PVR2_TRACE_FIRMWARE (1 << 15) /* firmware upload actions */ 44#define PVR2_TRACE_FIRMWARE (1 << 15) /* firmware upload actions */
45#define PVR2_TRACE_CHIPS (1 << 16) /* chip broadcast operation */ 45#define PVR2_TRACE_CHIPS (1 << 16) /* chip broadcast operation */