From: davej@codemonkey.org.uk
To: torvalds@transmeta.com
Cc: jgarzik@pobox.com, linux-kernel@vger.kernel.org
Subject: iphase fix.
Date: Thu, 15 May 2003 04:31:08 +0100 [thread overview]
Message-ID: <200305150331.h4F3V8fQ000634@deviant.impure.org.uk> (raw)
This went into 2.4 nearly a year back with the wonderfully
descriptive "Fix from maintainer" comment.
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/fc/iph5526.c linux-2.5/drivers/net/fc/iph5526.c
--- bk-linus/drivers/net/fc/iph5526.c 2003-04-22 00:40:43.000000000 +0100
+++ linux-2.5/drivers/net/fc/iph5526.c 2003-04-22 01:23:14.000000000 +0100
@@ -2984,8 +2984,7 @@ static int iph5526_send_packet(struct sk
*/
if ((type == ETH_P_ARP) || (status == 0))
dev_kfree_skb(skb);
- else
- netif_wake_queue(dev);
+ netif_wake_queue(dev);
LEAVE("iph5526_send_packet");
return 0;
}
next reply other threads:[~2003-05-15 3:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-15 3:31 davej [this message]
2003-05-26 3:24 ` Jeff Garzik
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=200305150331.h4F3V8fQ000634@deviant.impure.org.uk \
--to=davej@codemonkey.org.uk \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®