Tag: f1cd53eccad75b9360378f5ce635ba942523fc44

Staging: rtl8192e: Remove unused variable

Author: Mahati Chamarthy <mahati.chamarthy@gmail.com> 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; Signed-off-by: Mahati Chamarthy Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 — 1 file changed, 2 deletions(-) …

Continue reading