Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97941
b: refs/heads/master
c: 23bdfdd
h: refs/heads/master
i:
  97939: c799c6a
v: v3
  • Loading branch information
Steve Hodgson authored and Jeff Garzik committed Jun 10, 2008
1 parent e267211 commit be32552
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bf4d593479e0a3f349118f9b8c40a6bc37bf1e2e
refs/heads/master: 23bdfdd388723b8213f597743b1d4aba0d62de9c
4 changes: 3 additions & 1 deletion trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,10 @@ void falcon_fini_rx(struct efx_rx_queue *rx_queue)
continue;
break;
}
if (rc)
if (rc) {
EFX_ERR(efx, "failed to flush rx queue %d\n", rx_queue->queue);
efx_schedule_reset(efx, RESET_TYPE_INVISIBLE);
}

/* Remove RX descriptor ring from card */
EFX_ZERO_OWORD(rx_desc_ptr);
Expand Down

0 comments on commit be32552

Please sign in to comment.