commit | 0d2e7a5c608063f72048899d20505c2ee130566c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Feb 03 17:28:14 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 04 13:22:34 2013 -0500 |
tree | 4eae4acaf7c04bb60337389aaef8065c00b1737a | |
parent | 9d11bd1592fba0b9231d3ce8ab61977db7e03e27 [diff] |
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>