Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156331
b: refs/heads/master
c: 3d54015
h: refs/heads/master
i:
  156329: 4d50e34
  156327: a8cb6e0
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jul 30, 2009
1 parent a23f692 commit 979b83c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2a8aaacda5097fa92a39948da1b4c6614b6e150e
refs/heads/master: 3d54015b750e5d5e950a1dcee2735387fd4b6e1a
4 changes: 3 additions & 1 deletion trunk/drivers/net/3c515.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,9 @@ static int corkscrew_open(struct net_device *dev)
skb_reserve(skb, 2); /* Align IP on 16 byte boundaries */
vp->rx_ring[i].addr = isa_virt_to_bus(skb->data);
}
vp->rx_ring[i - 1].next = isa_virt_to_bus(&vp->rx_ring[0]); /* Wrap the ring. */
if (i != 0)
vp->rx_ring[i - 1].next =
isa_virt_to_bus(&vp->rx_ring[0]); /* Wrap the ring. */
outl(isa_virt_to_bus(&vp->rx_ring[0]), ioaddr + UpListPtr);
}
if (vp->full_bus_master_tx) { /* Boomerang bus master Tx. */
Expand Down

0 comments on commit 979b83c

Please sign in to comment.