Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64975
b: refs/heads/master
c: 6227033
h: refs/heads/master
i:
  64973: afcd7b6
  64971: 1a15d43
  64967: aaeb12c
  64959: f6de346
v: v3
  • Loading branch information
Anton Vorontsov authored and Jeff Garzik committed Sep 15, 2007
1 parent a49918a commit 5048947
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: e7e381f639657b2e681ff6fb31e131db360550ac
refs/heads/master: 62270336e8fdfbea36cb455c27744c23780dbf07
2 changes: 1 addition & 1 deletion trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ static void ucc_geth_memclean(struct ucc_geth_private *ugeth)
for (j = 0; j < ugeth->ug_info->bdRingLenTx[i]; j++) {
if (ugeth->tx_skbuff[i][j]) {
dma_unmap_single(NULL,
((qe_bd_t *)bd)->buf,
((struct qe_bd *)bd)->buf,
(in_be32((u32 *)bd) &
BD_LENGTH_MASK),
DMA_TO_DEVICE);
Expand Down

0 comments on commit 5048947

Please sign in to comment.