lkml.org 
[lkml]   [2003]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectiphase fix.
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;
}
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.068 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site