]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: rtl8192e: Remove unused variable
authorMahati Chamarthy <mahati.chamarthy@gmail.com>
Sat, 27 Sep 2014 15:19:04 +0000 (20:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:39:27 +0000 (23:39 -0400)
commitf1cd53eccad75b9360378f5ce635ba942523fc44
treebcf3e576ebf58cf7f55f1a30372a0a9e34f34f88
parent806031dbf1011890f956f2bf6c2dd8e01e0a1762
Staging: rtl8192e: Remove unused variable

This patch removes a variable which has never been used. The following
Coccinelle semantic patch was used to make this transformation:

@@
type T;
identifier i;
constant C;
@@

- T i;
  <... when != i
- i = C;
  ...>

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac_wx.c