media: dvb_ca_en50221: Removed unused symbol
authorJasmin Jessich <jasmin@anw.at>
Sun, 16 Jul 2017 00:43:10 +0000 (20:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 19:34:37 +0000 (15:34 -0400)
- The STATUSREG_TXERR definition is not used and it has style
  problems, too.  Removing it seems to solve both issues.

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_ca_en50221.c

index ce22bdb..6547f6e 100644 (file)
@@ -76,8 +76,6 @@ MODULE_PARM_DESC(cam_debug, "enable verbose debug messages");
 #define STATUSREG_WE     2     /* write error */
 #define STATUSREG_FR  0x40     /* module free */
 #define STATUSREG_DA  0x80     /* data available */
-#define STATUSREG_TXERR (STATUSREG_RE|STATUSREG_WE)    /* general transfer error */
-
 
 #define DVB_CA_SLOTSTATE_NONE           0
 #define DVB_CA_SLOTSTATE_UNINITIALISED  1