Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377425
b: refs/heads/master
c: 4eb313a
h: refs/heads/master
i:
  377423: d6b432d
v: v3
  • Loading branch information
Sergei Shtylyov authored and David S. Miller committed Jun 24, 2013
1 parent e24e98b commit 9741d50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ca8c35852138ee0585eaffe6b9f10a5261ea7771
refs/heads/master: 4eb313a7a939a983c525648227b5fe0a9d41679f
5 changes: 3 additions & 2 deletions trunk/drivers/net/ethernet/renesas/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1552,11 +1552,12 @@ static void sh_eth_error(struct net_device *ndev, int intr_status)

ignore_link:
if (intr_status & EESR_TWB) {
/* Write buck end. unused write back interrupt */
if (intr_status & EESR_TABT) /* Transmit Abort int */
/* Unused write back interrupt */
if (intr_status & EESR_TABT) { /* Transmit Abort int */
ndev->stats.tx_aborted_errors++;
if (netif_msg_tx_err(mdp))
dev_err(&ndev->dev, "Transmit Abort\n");
}
}

if (intr_status & EESR_RABT) {
Expand Down

0 comments on commit 9741d50

Please sign in to comment.