diff options
author | Mahati Chamarthy <mahati.chamarthy@gmail.com> | 2014-09-27 15:19:04 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-29 03:39:27 (GMT) |
commit | f1cd53eccad75b9360378f5ce635ba942523fc44 (patch) | |
tree | bcf3e576ebf58cf7f55f1a30372a0a9e34f34f88 /include | |
parent | 806031dbf1011890f956f2bf6c2dd8e01e0a1762 (diff) | |
download | linux-f1cd53eccad75b9360378f5ce635ba942523fc44.tar.xz |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions