git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f36eb
)
net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variables
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Sun, 1 Jun 2014 12:44:13 +0000
(14:44 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 19 Jun 2014 19:49:14 +0000
(15:49 -0400)
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>
No differences found