iphase fix.

From: davej@codemonkey.org.uk
Date: Wed May 14 2003 - 22:31:08 EST


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/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:55 EST