summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorMahati Chamarthy <mahati.chamarthy@gmail.com>2014-09-26 22:42:28 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-29 03:36:24 (GMT)
commit6ab8609b92f1287957ae44c09de37caaf83251e5 (patch)
treef96f3101da5efc3acbcf61baf43ec0b611b42972 /mm
parent5a2da4abe30a05c138acd1c1cf3c08154dfa7847 (diff)
downloadlinux-6ab8609b92f1287957ae44c09de37caaf83251e5.tar.xz
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions