commit | c0f36ebf9f5e92d38a5859e88527109388fc398b | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 14:39:20 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jun 19 15:49:14 2014 -0400 |
tree | 3816dda6fe8bc466037e1ab56dbedaaa20f2ef5f | |
parent | 427fa00b8953b4cc428737af2b062e8ab4de3e21 [diff] |
net: wireless: libertas: cmd.c: Cleaning up uninitialized variables There is a risk that the variable will be used without being initialized. 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>