Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315100
b: refs/heads/master
c: eb5e1b2
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring authored and David S. Miller committed Jul 11, 2012
1 parent 66504a9 commit 37e3b13
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0b43b9a7038609e038eb0329ec800e85d02dacbd
refs/heads/master: eb5e1b29a5ff4b782796ec9d17b443b5b38b7ffe
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/calxeda/xgmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ static void xgmac_tx_err(struct xgmac_priv *priv)
desc_init_tx_desc(priv->dma_tx, DMA_TX_RING_SZ);
priv->tx_tail = 0;
priv->tx_head = 0;
writel(priv->dma_tx_phy, priv->base + XGMAC_DMA_TX_BASE_ADDR);
writel(reg | DMA_CONTROL_ST, priv->base + XGMAC_DMA_CONTROL);

writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS,
Expand Down

0 comments on commit 37e3b13

Please sign in to comment.