From: Rickard Strandqvist Date: Sun, 1 Jun 2014 20:14:38 +0000 (+0200) Subject: net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variable X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~210^2~46^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7949513b315ac70abcd292170ba1099a9a56dbfe;p=pandora-kernel.git net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variable There is a risk that the variables will be used without being initialized. Have also moved variable to the part of the code where it is used. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist Signed-off-by: John W. Linville --- Reading git-diff-tree failed