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:
30ecad5
)
drivers/char/msm_smd_pkt.c: don't use IS_ERR()
author
Thomas Meyer
<thomas@m3y3r.de>
Thu, 25 Aug 2011 22:59:09 +0000
(15:59 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 25 Aug 2011 23:25:33 +0000
(16:25 -0700)
The various basic memory allocation function return NULL, not an
ERR_PTR.
The semantic patch that makes this change is available in
scripts/coccinelle/null/eno.cocci.
More information about semantic patching is available at
http://coccinelle.lip6.fr/
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Cc: Niranjana Vishwanathapura <nvishwan@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/msm_smd_pkt.c
patch
|
blob
|
history
diff --cc
drivers/char/msm_smd_pkt.c
Simple merge