From: Xenia Ragiadakou Date: Wed, 19 Jun 2013 01:58:05 +0000 (+0300) Subject: staging: rtl8192u: remove variable 'Ret' in r819xU_phy.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b5eb8c012499a13e9ec9dcb7331e7040e8d472;p=pandora-kernel.git staging: rtl8192u: remove variable 'Ret' in r819xU_phy.c This patch removes variable 'Ret' from rtl8192_QueryBBReg() since its value is returned immediately after it is assigned. The name 'Ret', anyway, does not give any insight and the function description comment is sufficiently informative regarding the returned value. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed