Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155647
b: refs/heads/master
c: 303d67c
h: refs/heads/master
i:
  155645: 2b02a73
  155643: a3cab37
  155639: d69b379
  155631: 786ec87
  155615: 66a6d1b
  155583: 39cc911
  155519: 2063217
  155391: cfbf84f
  155135: 6dd8406
  154623: 0628d71
  153599: 031ff73
  151551: 18ccb41
  147455: cada1d8
v: v3
  • Loading branch information
Krzysztof Halasa authored and David S. Miller committed Jul 17, 2009
1 parent 70886f3 commit c683d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e36b9d16c6a6d0f59803b3ef04ff3c22c3844c10
refs/heads/master: 303d67c288319768b19ed8dbed429fef7eb7c275
3 changes: 3 additions & 0 deletions trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,9 @@ static int e100_rx_indicate(struct nic *nic, struct rx *rx,

if (ioread8(&nic->csr->scb.status) & rus_no_res)
nic->ru_running = RU_SUSPENDED;
pci_dma_sync_single_for_device(nic->pdev, rx->dma_addr,
sizeof(struct rfd),
PCI_DMA_BIDIRECTIONAL);
return -ENODATA;
}

Expand Down

0 comments on commit c683d11

Please sign in to comment.