Re: [PATCH] ns83820.c v0.20 -- a brown paper bag edition

From: Benjamin LaHaise (bcrl@redhat.com)
Date: Fri Sep 20 2002 - 22:47:05 EST


On Fri, Sep 20, 2002 at 10:34:24PM -0400, Benjamin LaHaise wrote:
> Hey Marcelo et al,
>
> Ummm, I screwed up. The v0.19 patch for ns83820.c I sent yesterday killed
> the ability of the driver to receive packets. Instead, apply this shiny
> new ns83820.c v0.20 patch that has all the amazing goodness of 0.19, plus
> the ability to receive packets!

And I did it again. Please apply the following patch on top of the other.
Ugggggggh.

                -ben

Index: linux/drivers/net/ns83820.c
===================================================================
RCS file: /home/bcrl/CVSROOT/ns83820/drivers/net/ns83820.c,v
retrieving revision 1.34.2.24
diff -u -u -r1.34.2.24 linux/drivers/net/ns83820.c
--- linux/drivers/net/ns83820.c 21 Sep 2002 03:33:08 -0000 1.34.2.24
+++ linux/drivers/net/ns83820.c 21 Sep 2002 04:40:55 -0000
@@ -1001,7 +1001,6 @@
                                         le32_to_cpu(desc[DESC_CMDSTS]) & CMDSTS_LEN_MASK,
                                         PCI_DMA_TODEVICE);
                         dev_kfree_skb_irq(skb);
- dev_kfree_skb(skb);
                         atomic_dec(&dev->nr_tx_skbs);
                 }
         }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:32 EST