linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iphase fix.
@ 2003-05-15  3:31 davej
  2003-05-26  3:24 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: davej @ 2003-05-15  3:31 UTC (permalink / raw)
  To: torvalds; +Cc: jgarzik, linux-kernel

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;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: iphase fix.
  2003-05-15  3:31 iphase fix davej
@ 2003-05-26  3:24 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-05-26  3:24 UTC (permalink / raw)
  To: davej; +Cc: torvalds, linux-kernel

This patch didn't apply.

I applied all your other patches except the tulip one:  that was just 
stale defines.  I removed the defines instead of patching them.

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-26  3:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15  3:31 iphase fix davej
2003-05-26  3:24 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).