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:
46f8153
)
[CRYPTO] cryptd: Correct kzalloc error test
author
Julia Lawall
<julia@diku.dk>
Tue, 29 Apr 2008 16:27:14 +0000
(
00:27
+0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 1 May 2008 10:22:28 +0000
(18:22 +0800)
Normally, kzalloc returns NULL or a valid pointer value, not a value to be
tested using IS_ERR.
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found