]> git.baikalelectronics.ru Git - kernel.git/commit
wimax: Remove unnecessary alloc/OOM messages, alloc cleanups
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2013 17:28:13 +0000 (17:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2013 18:22:34 +0000 (13:22 -0500)
commitae404b744fd874aa7002e8cb2f4a61764f2487ab
tree5923f99b467325eb51e23d025b5d0e1e36fcb237
parente02cc7ad1bcc2bfed8f428969eed59dd204a1e57
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>
drivers/net/wimax/i2400m/rx.c
drivers/net/wimax/i2400m/usb-notif.c