Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341683
b: refs/heads/master
c: bbec969
h: refs/heads/master
i:
  341681: 854c758
  341679: 44a85b2
v: v3
  • Loading branch information
Ben Hutchings committed Dec 1, 2012
1 parent 05ea7d5 commit 31105a2
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: b8e0251730775cc970d2453dedd454b8ae071dd9
refs/heads/master: bbec969b7f57a6ab5683145b99da869f99080e2a
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/mcdi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ int efx_mcdi_flush_rxqs(struct efx_nic *efx)

rc = efx_mcdi_rpc(efx, MC_CMD_FLUSH_RX_QUEUES, (u8 *)qid,
count * sizeof(*qid), NULL, 0, NULL);
WARN_ON(rc > 0);
WARN_ON(rc < 0);

kfree(qid);

Expand Down

0 comments on commit 31105a2

Please sign in to comment.