Move source tree closer to the 2.6.32.17 mainline
/drivers/net/forcedeth.c
blob:3116601dbfea859984fa480edd0ecd4db5893e4e -> blob:7cd446d0f51a96793c463dfc2ff1923407b22145
--- drivers/net/forcedeth.c
+++ drivers/net/forcedeth.c
@@ -5900,7 +5900,7 @@ static int __devinit nv_probe(struct pci
/* Limit the number of tx's outstanding for hw bug */
if (id->driver_data & DEV_NEED_TX_LIMIT) {
np->tx_limit = 1;
- if ((id->driver_data & DEV_NEED_TX_LIMIT2) &&
+ if (((id->driver_data & DEV_NEED_TX_LIMIT2) == DEV_NEED_TX_LIMIT2) &&
pci_dev->revision >= 0xA2)
np->tx_limit = 0;
}