Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111829
b: refs/heads/master
c: a620e13
h: refs/heads/master
i:
  111827: 11cc07c
v: v3
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed Sep 24, 2008
1 parent 5ea491a commit 0a06862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 94be0c5424b7871e0411b71c12c28b2fd8e8564c
refs/heads/master: a620e134e989b7ce683574039fc7cb956aa58970
3 changes: 1 addition & 2 deletions trunk/drivers/net/sfc/tenxpress.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ static int tenxpress_phy_check_hw(struct efx_nic *efx)
struct tenxpress_phy_data *phy_data = efx->phy_data;
bool link_ok;

link_ok = (phy_data->phy_mode == PHY_MODE_NORMAL &&
tenxpress_link_ok(efx, true));
link_ok = tenxpress_link_ok(efx, true);

if (link_ok != efx->link_up)
falcon_xmac_sim_phy_event(efx);
Expand Down

0 comments on commit 0a06862

Please sign in to comment.