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:
ec53d61
)
staging: westbridge: improve error path
author
Vasiliy Kulikov
<segooon@gmail.com>
Sun, 5 Sep 2010 18:32:53 +0000
(22:32 +0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 5 Sep 2010 23:59:54 +0000
(16:59 -0700)
kmalloc() may fail, check for it.
Allocated memory is not freed.
Use IS_ERR() instead of strict checking.
Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Cc: David Cross <david.cross@cypress.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found