From: Sudip Mukherjee Date: Fri, 7 Nov 2014 11:20:45 +0000 (+0530) Subject: staging: rtl8188eu: unneeded return variable X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78a964c251bb82aa3454440e082b91a836105ae;p=pandora-kernel.git staging: rtl8188eu: unneeded return variable a variable is declared and initialized and then never updated in the function.This default value is then used as the return from the function. So removed that unneeded return variable and returning that default initial value directly. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed