Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180600
b: refs/heads/master
c: 5e2a911
h: refs/heads/master
v: v3
  • Loading branch information
Steve Hodgson authored and David S. Miller committed Feb 12, 2010
1 parent a5cbeed commit 4e55410
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c6b471e6454c0e1c6d756672841cbaeae7c949f8
refs/heads/master: 5e2a911cecc7e0fd89b1d2d001b7b89d47057ad6
1 change: 1 addition & 0 deletions trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
fail2:
efx_fini_struct(efx);
fail1:
WARN_ON(rc > 0);
EFX_LOG(efx, "initialisation failed. rc=%d\n", rc);
free_netdev(net_dev);
return rc;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/qt202x_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int qt202x_reset_phy(struct efx_nic *efx)

falcon_board(efx)->type->init_phy(efx);

return rc;
return 0;

fail:
EFX_ERR(efx, "PHY reset timed out\n");
Expand Down

0 comments on commit 4e55410

Please sign in to comment.