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

Benjamin LaHaise (bcrl@redhat.com)
Fri, 20 Sep 2002 23:47:05 -0400


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/