commit | 9d11bd1592fba0b9231d3ce8ab61977db7e03e27 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Feb 03 17:28:13 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 04 13:22:34 2013 -0500 |
tree | 5923f99b467325eb51e23d025b5d0e1e36fcb237 | |
parent | 1d5d1fdc52b879d8d2bb40546472b4dcfd99f118 [diff] |
wimax: 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. Remove now unused size variables. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>