commit | 7949513b315ac70abcd292170ba1099a9a56dbfe | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 22:14:38 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jun 19 15:49:14 2014 -0400 |
tree | 93dc947223e1260840886b54d4c63629927c4362 | |
parent | 57eaeb6efa1f732ecf61130d7e0bb67c3ad9e4af [diff] |
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 <rickard_strandqvist@spectrumdigital.se> Signed-off-by: John W. Linville <linville@tuxdriver.com>