From bfcc6be5bcf3f17a98765df5aa69d59ccf87a1bd Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Mon, 22 Sep 2014 22:22:36 +0530 Subject: [PATCH] staging: rtl8192u: remove unecessary variable This patch removes unncessary variable in file r8192U_core.c using Coccinelle. Semantic patch for this is as follows : @@ identifier ret; @@ -int ret = 0; ... when != ret when strict -return ret; +return 0; Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed