linux/drivers/staging/crystalhd
Julia Lawall 324148788b Staging: 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: Greg Kroah-Hartman <gregkh@suse.de>
2010-05-11 16:06:48 -07:00
..
bc_dts_defs.h
bc_dts_glob_lnx.h
bc_dts_types.h
bcm_70012_regs.h
crystalhd_cmds.c Staging: crystalhd: fix missing semicolon 2010-05-11 11:36:18 -07:00
crystalhd_cmds.h
crystalhd_fw_if.h
crystalhd_hw.c
crystalhd_hw.h
crystalhd_lnx.c
crystalhd_lnx.h
crystalhd_misc.c Staging: Drop memory allocation cast 2010-05-11 16:06:48 -07:00
crystalhd_misc.h
Kconfig
Makefile
TODO