Tag: 6ab8609b92f1287957ae44c09de37caaf83251e5

Staging: rtl8192e: rtl8192e: Remove assigned unused variable

Author: Mahati Chamarthy <mahati.chamarthy@gmail.com> 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; The braces around …

Continue reading