Joe Perches 0d2e7a5c60 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
alloc failures already get standardized OOM
messages and a dump_stack.

Convert kzalloc's with multiplies to kcalloc.
Convert kmalloc's with multiplies to kmalloc_array.
Remove now unused variables.
Remove unnecessary memset after kzalloc->kcalloc.
Whitespace cleanups for these changes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-04 13:22:34 -05:00
..
2012-08-10 15:17:14 -04:00
2012-06-06 09:31:33 -07:00
2011-03-07 13:51:04 -05:00
2012-09-24 15:02:08 -04:00
2010-06-03 03:18:23 -07:00
2011-02-14 15:52:10 -05:00
2012-12-06 15:04:58 -05:00
2010-06-03 03:18:23 -07:00
2012-04-09 16:07:35 -04:00
2012-11-26 14:54:21 -05:00