From: Thomas Meyer Date: Thu, 25 Aug 2011 22:59:09 +0000 (-0700) Subject: drivers/char/msm_smd_pkt.c: don't use IS_ERR() X-Git-Tag: v3.1-rc4~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8aa048989bf7e0604996a3e2068fb1a81f81bd;p=pandora-kernel.git 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 Cc: Niranjana Vishwanathapura Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed