diff options
author | Joe Perches <joe@perches.com> | 2013-03-08 15:03:25 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-09 21:09:19 (GMT) |
commit | 720a43efd30f04a0a492c85fb997361c44fbae05 (patch) | |
tree | 430e9488e00413655b7947f67e82c4fd2c07e951 /net/atm/mpoa_caches.c | |
parent | e8f83e5ec7450b85b101a774e165e70a18e9c3ab (diff) | |
download | linux-720a43efd30f04a0a492c85fb997361c44fbae05.tar.xz |
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Emitting netdev_alloc_skb and netdev_alloc_skb_ip_align OOM
messages is unnecessary as there is already a dump_stack
after allocation failures.
Other trivial changes around these removals:
Convert a few comparisons of pointer to 0 to !pointer.
Change flow to remove unnecessary label.
Remove now unused variable.
Hoist assignment from if.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/mpoa_caches.c')
0 files changed, 0 insertions, 0 deletions