diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2011-08-26 00:59:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-26 01:25:33 +0200 |
commit | 7e8aa048989bf7e0604996a3e2068fb1a81f81bd (patch) | |
tree | 58defa5a56ffa54b2a95fc857be487d318bf4dd3 /mm | |
parent | checkpatch: add missing WARN argument for min_t and max_t tests (diff) | |
download | linux-7e8aa048989bf7e0604996a3e2068fb1a81f81bd.tar.xz linux-7e8aa048989bf7e0604996a3e2068fb1a81f81bd.zip |
drivers/char/msm_smd_pkt.c: don't use IS_ERR()
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions