commit | e404decb0fb017be80552adee894b35307b6c7b4 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Jan 29 12:56:23 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 31 16:20:21 2012 -0500 |
tree | 19b2324328eb1f8cef599f9f164dc9ca6e5699c9 | |
parent | 5f3d9cb2962967d9d7e03abb4a7ca275a9a3fea5 [diff] |
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages alloc failures use dump_stack so emitting an additional out-of-memory message is an unnecessary duplication. Remove the allocation failure messages. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>