]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: octeon-ethernet: remove skb alloc failure warnings
authorAaro Koskinen <aaro.koskinen@iki.fi>
Thu, 5 Sep 2013 18:44:00 +0000 (21:44 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 17 Sep 2013 08:10:29 +0000 (10:10 +0200)
commita5de43c1e292b26d2784162871515973d514b635
treebba3e53e6a49f2a694eff6e39fd95d1453b88e11
parentda029d0c6757972d19d88b0289ded58f4f704236
staging: octeon-ethernet: remove skb alloc failure warnings

Remove skb allocation failure warnings. They will trigger a page
allocation warning already. Also, one of the warnings was not ratelimited,
causing the box to lock up under heavy traffic & low memory.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: David Daney <david.daney@cavium.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: devel@driverdev.osuosl.org
Cc: linux-mips@linux-mips.org
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: richard@nod.at
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Patchwork: https://patchwork.linux-mips.org/patch/5811/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/staging/octeon/ethernet-mem.c
drivers/staging/octeon/ethernet-rx.c