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:
3bff186
)
net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()
author
Jesper Juhl
<jj@chaosbits.net>
Wed, 29 Jun 2011 20:49:33 +0000
(22:49 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 5 Jul 2011 19:26:51 +0000
(15:26 -0400)
If the 'driver_initiated' function argument to
__cfg80211_stop_sched_scan() is not 0 then we'll return an
uninitialized 'err' from the function.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found