staging: vt6656: remove DBG_PRT kernel messages macro and enums
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 16 Jul 2014 21:22:05 +0000 (22:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:01:53 +0000 (18:01 -0700)
All dead code and nolonger used by driver.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h

index dbd58103accc9e13aa66ce3557ce3e8ee9cc31c9..f08f7dee3a53963b797711b10f01a84cbb971836 100644 (file)
 /* USB registers */
 #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_RESET      0x1 /* reset init or Dx to D0 power remain */
 #define DEVICE_INIT_DXPL       0x2 /* Dx to D0 power lost init */
This page took 0.039247 seconds and 5 git commands to generate.