Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75419
b: refs/heads/master
c: 76285ee
h: refs/heads/master
i:
  75417: 07bd215
  75415: a55a62e
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Jan 12, 2008
1 parent 3480175 commit 7208625
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 561b4fbf181926ab76e18a857593476ee76408f8
refs/heads/master: 76285ee03737ba8105db0621aa3e49222f0644f2
3 changes: 2 additions & 1 deletion trunk/drivers/net/tulip/tulip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@ static int tulip_close (struct net_device *dev)

tp->rx_ring[i].status = 0; /* Not owned by Tulip chip. */
tp->rx_ring[i].length = 0;
tp->rx_ring[i].buffer1 = 0xBADF00D0; /* An invalid address. */
/* An invalid address. */
tp->rx_ring[i].buffer1 = cpu_to_le32(0xBADF00D0);
if (skb) {
pci_unmap_single(tp->pdev, mapping, PKT_BUF_SZ,
PCI_DMA_FROMDEVICE);
Expand Down

0 comments on commit 7208625

Please sign in to comment.