[PATCH] Typo in tulip driver

This patch fixes a typo in tulip driver in 2.6.12-rc3.

authored by

Jiri Benc and committed by
Jeff Garzik
c4cc26d3 99718699

+1 -1
+1 -1
drivers/net/tulip/tulip_core.c
··· 1104 1104 if (entry != 0) { 1105 1105 /* Avoid a chip errata by prefixing a dummy entry. Don't do 1106 1106 this on the ULI526X as it triggers a different problem */ 1107 - if (!(tp->chip_id == ULI526X && (tp->revision = 0x40 || tp->revision == 0x50))) { 1107 + if (!(tp->chip_id == ULI526X && (tp->revision == 0x40 || tp->revision == 0x50))) { 1108 1108 tp->tx_buffers[entry].skb = NULL; 1109 1109 tp->tx_buffers[entry].mapping = 0; 1110 1110 tp->tx_ring[entry].length =