https://github.com/torvalds/linux
Revision 7e8aa048989bf7e0604996a3e2068fb1a81f81bd authored by Thomas Meyer on 25 August 2011, 22:59:09 UTC, committed by Linus Torvalds on 25 August 2011, 23:25:33 UTC
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>
1 parent 30ecad5
History
Tip revision: 7e8aa048989bf7e0604996a3e2068fb1a81f81bd authored by Thomas Meyer on 25 August 2011, 22:59:09 UTC
drivers/char/msm_smd_pkt.c: don't use IS_ERR()
Tip revision: 7e8aa04
File Mode Size
Kconfig -rw-r--r-- 872 bytes
Makefile -rw-r--r-- 317 bytes
amdtp.c -rw-r--r-- 14.9 KB
amdtp.h -rw-r--r-- 4.6 KB
cmp.c -rw-r--r-- 7.3 KB
cmp.h -rw-r--r-- 1.1 KB
fcp.c -rw-r--r-- 6.0 KB
fcp.h -rw-r--r-- 327 bytes
isight.c -rw-r--r-- 18.0 KB
iso-resources.c -rw-r--r-- 6.5 KB
iso-resources.h -rw-r--r-- 1.2 KB
lib.c -rw-r--r-- 2.3 KB
lib.h -rw-r--r-- 514 bytes
packets-buffer.c -rw-r--r-- 2.0 KB
packets-buffer.h -rw-r--r-- 747 bytes
speakers.c -rw-r--r-- 20.2 KB

back to top