Commit bccf1140 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: remove DBG_PRT kernel messages macro and enums

All dead code and nolonger used by driver.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 752b7daf
...@@ -185,16 +185,6 @@ ...@@ -185,16 +185,6 @@
/* USB registers */ /* USB registers */
#define USB_REG4 0x604 #define USB_REG4 0x604
#define DBG_PRT(l, p, args...) { if (l <= msglevel) printk(p, ##args); }
enum {
MSG_LEVEL_ERR = 0, /* Errors causing abnormal operation */
MSG_LEVEL_NOTICE = 1, /* Errors needing user notification */
MSG_LEVEL_INFO = 2, /* Normal message. */
MSG_LEVEL_VERBOSE = 3, /* Will report all trival errors. */
MSG_LEVEL_DEBUG = 4 /* Only for debug purpose. */
};
#define DEVICE_INIT_COLD 0x0 /* cold init */ #define DEVICE_INIT_COLD 0x0 /* cold init */
#define DEVICE_INIT_RESET 0x1 /* reset init or Dx to D0 power remain */ #define DEVICE_INIT_RESET 0x1 /* reset init or Dx to D0 power remain */
#define DEVICE_INIT_DXPL 0x2 /* Dx to D0 power lost init */ #define DEVICE_INIT_DXPL 0x2 /* Dx to D0 power lost init */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment