Tag: 139737983db450b956930134eee755d36782c986

staging: rtl8188eu: Remove unnecessary pointer cast

Author: Janani Ravichandran <janani.rvchndrn@gmail.com> Remove unnecessary pointer cast. Issue found using the following Coccinelle semantic patch. @@ type T; T e; identifier x; @@ * T x = (T)e; Signed-off-by: Janani Ravichandran Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c index e602026..96e5c6d 100644 …

Continue reading