From e1ff624cb0f0dc2ac53ef87f71a122e3060e2a4a Mon Sep 17 00:00:00 2001 From: Matthew Slattery Date: Mon, 18 Jan 2010 05:47:16 +0000 Subject: [PATCH] --- yaml --- r: 179789 b: refs/heads/master c: 357d46a17e54c9a87e0e6ef3930ff4ab2d232b81 h: refs/heads/master i: 179787: dcf08a73d4635ca582b308a2a0b23586e2939f2b v: v3 --- [refs] | 2 +- trunk/drivers/net/sfc/qt202x_phy.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 1e0bbd2bf517..cd769bf59d54 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34692421bc7d6145ef383b014860f4fde10b7505 +refs/heads/master: 357d46a17e54c9a87e0e6ef3930ff4ab2d232b81 diff --git a/trunk/drivers/net/sfc/qt202x_phy.c b/trunk/drivers/net/sfc/qt202x_phy.c index ff8f0a417fa3..e0d13a451019 100644 --- a/trunk/drivers/net/sfc/qt202x_phy.c +++ b/trunk/drivers/net/sfc/qt202x_phy.c @@ -318,12 +318,6 @@ static int qt202x_reset_phy(struct efx_nic *efx) /* Wait 250ms for the PHY to complete bootup */ msleep(250); - /* Check that all the MMDs we expect are present and responding. We - * expect faults on some if the link is down, but not on the PHY XS */ - rc = efx_mdio_check_mmds(efx, QT202X_REQUIRED_DEVS, MDIO_DEVS_PHYXS); - if (rc < 0) - goto fail; - falcon_board(efx)->type->init_phy(efx); return rc;