Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1115
b: refs/heads/master
c: c4cc26d
h: refs/heads/master
i:
  1113: 125d7e6
  1111: d0d76f3
v: v3
  • Loading branch information
Jiri Benc authored and Jeff Garzik committed May 16, 2005
1 parent 466426e commit 0a50bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99718699f5746cc365f3a9ab4769568a1da97635
refs/heads/master: c4cc26d3310a6614a20e32276228a5d44159fc9b
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/tulip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ static void set_rx_mode(struct net_device *dev)
if (entry != 0) {
/* Avoid a chip errata by prefixing a dummy entry. Don't do
this on the ULI526X as it triggers a different problem */
if (!(tp->chip_id == ULI526X && (tp->revision = 0x40 || tp->revision == 0x50))) {
if (!(tp->chip_id == ULI526X && (tp->revision == 0x40 || tp->revision == 0x50))) {
tp->tx_buffers[entry].skb = NULL;
tp->tx_buffers[entry].mapping = 0;
tp->tx_ring[entry].length =
Expand Down

0 comments on commit 0a50bec

Please sign in to comment.