| To: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
|---|---|
| Subject: | Re: [PATCH] SGISEEQ: fix oops when doing ifconfig down; ifconfig up |
| From: | Jeff Garzik <jeff@garzik.org> |
| Date: | Fri, 18 Jan 2008 15:01:49 -0500 |
| Cc: | netdev@vger.kernel.org, linux-mips@linux-mips.org, ralf@linux-mips.org, jgarzik@pobox.com |
| In-reply-to: | <20080112230847.1EB3EC2F35@solo.franken.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080112230847.1EB3EC2F35@solo.franken.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.9 (X11/20071115) |
Thomas Bogendoerfer wrote: When doing init_ring checking whether a new skb needs to be allocated was wrong. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- This is a bug fix for the 2.6.25 driver. drivers/net/sgiseeq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index c69bb8b..78994ed 100644 --- a/drivers/net/sgiseeq.c +++ b/drivers/net/sgiseeq.c @@ -193,7 +193,7 @@ static int seeq_init_ring(struct net_device *dev)/* And now the rx ring. */ applied |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] tc35815: Use irq number for tc35815-mac platform device id, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] tc35815: Use irq number for tc35815-mac platform device id, Jeff Garzik |
| Previous by Thread: | [PATCH] SGISEEQ: fix oops when doing ifconfig down; ifconfig up, Thomas Bogendoerfer |
| Next by Thread: | [PATCH] I8042: SNI RM support, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |