2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 20:53:53 +08:00
linux-next/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 Staging: crystalhd: Cleanup all WIN* references 2010-05-11 11:36:01 -07:00
bc_dts_glob_lnx.h Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includes 2010-05-11 11:35:36 -07:00
bc_dts_types.h Staging: crystalhd: Cleanup all WIN* references 2010-05-11 11:36:01 -07:00
bcm_70012_regs.h Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includes 2010-05-11 11:35:36 -07:00
crystalhd_cmds.c Staging: crystalhd: fix missing semicolon 2010-05-11 11:36:18 -07:00
crystalhd_cmds.h Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includes 2010-05-11 11:35:36 -07:00
crystalhd_fw_if.h staging: add Broadcom Crystal HD driver 2010-03-03 16:42:34 -08:00
crystalhd_hw.c Staging: crystalhd: fixed white spaces and brace coding in crystalhd_hw.c 2010-05-11 11:35:35 -07:00
crystalhd_hw.h staging: add Broadcom Crystal HD driver 2010-03-03 16:42:34 -08:00
crystalhd_lnx.c Staging: crystalhd: remove unused #include <linux/version.h> 2010-05-11 11:35:40 -07:00
crystalhd_lnx.h Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includes 2010-05-11 11:35:36 -07:00
crystalhd_misc.c Staging: Drop memory allocation cast 2010-05-11 16:06:48 -07:00
crystalhd_misc.h Staging: crystalhd: remove unused #include <linux/version.h> 2010-05-11 11:36:01 -07:00
Kconfig staging: add Broadcom Crystal HD driver 2010-03-03 16:42:34 -08:00
Makefile staging: add Broadcom Crystal HD driver 2010-03-03 16:42:34 -08:00
TODO Staging: crystalhd: Cleanup all WIN* references 2010-05-11 11:36:01 -07:00