Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340523
b: refs/heads/master
c: 1627801
h: refs/heads/master
i:
  340521: 9e8e644
  340519: f2475d9
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Oct 31, 2012
1 parent 6a8d07d commit 3fb0c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 680d86699d17622bf2dd1bdd9f6d2520af1b142d
refs/heads/master: 1627801def0e1cef948f9d593e6757eab295803f
3 changes: 0 additions & 3 deletions trunk/drivers/net/ethernet/qlogic/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,6 @@ static void ql_process_mac_tx_intr(struct ql3_adapter *qdev,
{
struct ql_tx_buf_cb *tx_cb;
int i;
int retval = 0;

if (mac_rsp->flags & OB_MAC_IOCB_RSP_S) {
netdev_warn(qdev->ndev,
Expand All @@ -1935,7 +1934,6 @@ static void ql_process_mac_tx_intr(struct ql3_adapter *qdev,
"Frame too short to be legal, frame not sent\n");

qdev->ndev->stats.tx_errors++;
retval = -EIO;
goto frame_not_sent;
}

Expand All @@ -1944,7 +1942,6 @@ static void ql_process_mac_tx_intr(struct ql3_adapter *qdev,
mac_rsp->transaction_id);

qdev->ndev->stats.tx_errors++;
retval = -EIO;
goto invalid_seg_count;
}

Expand Down

0 comments on commit 3fb0c2e

Please sign in to comment.