summaryrefslogtreecommitdiffstats
path: root/crypto/algboss.c
diff options
context:
space:
mode:
authorJulia Lawall2010-04-27 23:09:11 +0200
committerRussell King2010-05-01 12:33:00 +0200
commitd54690fec751aad3907b512e8eba0de11e250f87 (patch)
treeef7cef199bcfa64ba565ec6a2d978186dfb871c9 /crypto/algboss.c
parentARM: 6076/1: SA1100: add processor check to sa1110-cpufreq driver (diff)
downloadkernel-qcow2-linux-d54690fec751aad3907b512e8eba0de11e250f87.tar.gz
kernel-qcow2-linux-d54690fec751aad3907b512e8eba0de11e250f87.tar.xz
kernel-qcow2-linux-d54690fec751aad3907b512e8eba0de11e250f87.zip
arch/arm/plat-pxa/dma.c: correct NULL test
Test the just-allocated value for NULL rather than some other value. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,y; statement S; @@ x = \(kmalloc\|kcalloc\|kzalloc\)(...); ( if ((x) == NULL) S | if ( - y + x == NULL) S ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'crypto/algboss.c')
0 files changed, 0 insertions, 0 deletions