diff options
author | Julia Lawall <[email protected]> | 2010-05-11 20:25:56 +0200 |
---|---|---|
committer | John W. Linville <[email protected]> | 2010-05-12 16:39:07 -0400 |
commit | aca8c6fa46aed6db36043cd2edbdc42fd20c3208 (patch) | |
tree | 6cbf46d010260a3a719a6839279987a56de264e0 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 058897a4e93a6fc6d331e2ef591b2d6571431265 (diff) |
drivers/net/wireless/hostap: 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 <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions