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:
733e3ef
)
rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl()
author
Dan Carpenter
<error27@gmail.com>
Sat, 6 Aug 2011 14:27:48 +0000
(07:27 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 23 Aug 2011 22:16:35 +0000
(15:16 -0700)
There were some curly braces missing so the original code in
wpa_supplicant_ioctl() pretty much always returned -EFAULT without
doing anything.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found