[openib-general] [PATCH][TRIVIAL] Fix ipoib build
Tom Duffy
tduffy at sun.com
Thu Dec 23 11:33:38 PST 2004
Signed-off-by: Tom Duffy <tduffy at sun.com>
Index: drivers/infiniband/ulp/ipoib/ipoib_main.c
===================================================================
--- drivers/infiniband/ulp/ipoib/ipoib_main.c (revision 1376)
+++ drivers/infiniband/ulp/ipoib/ipoib_main.c (working copy)
@@ -543,7 +543,7 @@
* set, we can't rely on netif_stop_queue() preventing our
* xmit function from being called with a full queue.
*/
- if (unlikely(netif_queue_stopped(dev)))
+ if (unlikely(netif_queue_stopped(dev))) {
spin_unlock_irqrestore(&priv->tx_lock, flags);
return NETDEV_TX_BUSY;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20041223/b613ab82/attachment.sig>
More information about the general
mailing list