From: Benjamin LaHaise <bcrl@redhat.com>
To: Marcelo Tosatti <marcelo@conectiva.com.br>,
linux-ns83820@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ns83820.c v0.20 -- a brown paper bag edition
Date: Fri, 20 Sep 2002 23:47:05 -0400 [thread overview]
Message-ID: <20020920234705.A32159@redhat.com> (raw)
In-Reply-To: <20020920223424.B30874@redhat.com>; from bcrl@redhat.com on Fri, Sep 20, 2002 at 10:34:24PM -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);
}
}
prev parent reply other threads:[~2002-09-21 3:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-21 2:34 [PATCH] ns83820.c v0.20 -- a brown paper bag edition Benjamin LaHaise
2002-09-21 3:47 ` Benjamin LaHaise [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020920234705.A32159@redhat.com \
--to=bcrl@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-ns83820@kvack.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.