Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157024
b: refs/heads/master
c: 6ff9c2e
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Hałasa authored and David S. Miller committed Aug 24, 2009
1 parent bd611e8 commit 483ccc4
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: 38acce2d7983632100a9ff3fd20295f6e34074a8
refs/heads/master: 6ff9c2e7fa8ca63a575792534b63c5092099c286
2 changes: 1 addition & 1 deletion trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ static int e100_rx_indicate(struct nic *nic, struct rx *rx,
nic->ru_running = RU_SUSPENDED;
pci_dma_sync_single_for_device(nic->pdev, rx->dma_addr,
sizeof(struct rfd),
PCI_DMA_BIDIRECTIONAL);
PCI_DMA_FROMDEVICE);
return -ENODATA;
}

Expand Down

0 comments on commit 483ccc4

Please sign in to comment.