alistair23-linux/drivers/staging/rtl8192e
Mahati Chamarthy 6ab8609b92 Staging: rtl8192e: rtl8192e: Remove assigned unused variable
This patch removes an initialized variable which has never been used.
The following Coccinelle semantic patch was used to make this transformation:

@e@
identifier i;
position p;
type T;
@@

extern T i@p;

@@
type T;
identifier i;
constant C;
position p != e.p;
@@

- T i@p;
  <+... when != i
- i = C;
  ...+>

The braces around if and else which become unnecessary after the transformation
were also removed.

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-28 23:36:24 -04:00
..
rtl8192e Staging: rtl8192e: rtl8192e: Remove assigned unused variable 2014-09-28 23:36:24 -04:00
dot11d.c
dot11d.h
Kconfig
license
Makefile
rtl819x_BA.h
rtl819x_BAProc.c Staging: rtl8192e: Fix void function return statements style warning 2014-09-19 17:14:30 -07:00
rtl819x_HT.h
rtl819x_HTProc.c Staging: rtl8192e: Fix printk style warning 2014-09-19 17:14:30 -07:00
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c Staging: rtl8192e: Fix space before semicolon warning 2014-09-19 17:14:30 -07:00
rtllib.h
rtllib_crypt.c
rtllib_crypt.h
rtllib_crypt_ccmp.c Staging: rtl8192e: Fix style warnings relating to printk(KERN_DEBUG 2014-09-19 17:11:06 -07:00
rtllib_crypt_tkip.c
rtllib_crypt_wep.c Staging: rtl8192e: Fix printk debug style warning 2014-09-19 17:14:30 -07:00
rtllib_debug.h
rtllib_endianfree.h
rtllib_module.c
rtllib_rx.c Staging: rtl8192e: Fix __constant_htons to htons style warning 2014-09-19 17:54:04 -07:00
rtllib_softmac.c Staging: rtl8192e: Fix else is not useful warning style 2014-09-23 13:51:45 -07:00
rtllib_softmac_wx.c
rtllib_tx.c
rtllib_wx.c
TODO