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:
d94248a
)
wl1251: return -ENOMEM if kzalloc fails
author
Jing Wang
<windsdaemon@gmail.com>
Thu, 24 Oct 2013 08:14:11 +0000
(16:14 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 5 Dec 2013 19:54:32 +0000
(14:54 -0500)
the original code used goto out if kzalloc fails,but the out include kfree,
so return -ENOMEM if kzalloc fails.
Signed-off-by: Jing Wang <windsdaemon@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found