kernel-ark/drivers/s390
Julia Lawall ae57b20a0a drivers/s390/net: Drop memory allocation cast
Drop cast on the result of kmalloc and similar functions.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
type T;
@@

- (T *)
  (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|
   kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...))
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-17 22:42:54 -07:00
..
block [S390] dasd: fix endless loop in erp 2010-04-22 17:17:19 +02:00
char [S390] zcore: Fix reipl device detection 2010-04-22 17:17:19 +02:00
cio [S390] cio: use exception-save stsch 2010-04-22 17:17:19 +02:00
crypto include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
kvm include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
net drivers/s390/net: Drop memory allocation cast 2010-05-17 22:42:54 -07:00
scsi [SCSI] zfcp: Fix tracing of requests with error status 2010-04-11 13:31:20 -05:00
Makefile