From: Somya Anand Date: Wed, 4 Mar 2015 08:40:44 +0000 (+0530) Subject: Staging: rtl8188eu: Remove redundant local variable X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~619 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea42ee42196ee164b46eda047953c0974536d5b;p=pandora-kernel.git Staging: rtl8188eu: Remove redundant local variable This patch removes a redundant variable "raid" and adds inline return statements. This issue is identified by the following coccinelle script: @@ expression ret; identifier f; @@ -ret = +return f(...); -return ret; Signed-off-by: Somya Anand Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed