Spidernet another skb mem leak
authorLinas Vepstas <linas@austin.ibm.com>
Wed, 13 Dec 2006 21:16:18 +0000 (15:16 -0600)
committerJeff Garzik <jeff@garzik.org>
Mon, 5 Feb 2007 21:58:44 +0000 (16:58 -0500)
commit366684bd0d6bc5b224fc798675b9a85eb9279227
treef6e116418d5cddb3e7c707a847b862ebcaa5bf0b
parent05b346b552e13cc090ea908e2be183b377ff30a2
Spidernet another skb mem leak

Another skb leak in an error branch. Fix this by adding
call to dev_kfree_skb_irq() after moving to a more
appropriate spot.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: James K Lewis <jklewis@us.ibm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/spider_net.c