Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372851
b: refs/heads/master
c: 777c230
h: refs/heads/master
i:
  372849: 034b849
  372847: 6609edc
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and David S. Miller committed May 3, 2013
1 parent a56b51f commit cec73d4
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: 88dccf5b344163645d694d74cffc5a7e64a385bb
refs/heads/master: 777c2300865cb9b1b1791862ed23da677abfe6dc
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5204,7 +5204,7 @@ static pci_ers_result_t eeh_slot_reset(struct pci_dev *pdev)

if (t4_wait_dev_ready(adap) < 0)
return PCI_ERS_RESULT_DISCONNECT;
if (t4_fw_hello(adap, adap->fn, adap->fn, MASTER_MUST, NULL))
if (t4_fw_hello(adap, adap->fn, adap->fn, MASTER_MUST, NULL) < 0)
return PCI_ERS_RESULT_DISCONNECT;
adap->flags |= FW_OK;
if (adap_init1(adap, &c))
Expand Down

0 comments on commit cec73d4

Please sign in to comment.