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:
8489381
)
hostap: do not return positive number on failure path in prism2_open()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Mon, 5 Aug 2013 03:18:28 +0000
(07:18 +0400)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 5 Aug 2013 18:52:45 +0000
(14:52 -0400)
prism2_open() as an .ndo_open handler should not return positive numbers
in case of failure, but it does return 1 in a couple of places.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found