| Submitter | Michael Chan |
|---|---|
| Date | Feb. 14, 2013, 10:13 p.m. |
| Message ID | <1360880022-12856-2-git-send-email-mchan@broadcom.com> |
| Download | mbox | patch |
| Permalink | /patch/220530/ |
| State | Superseded |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: "Michael Chan" <mchan@broadcom.com> Date: Thu, 14 Feb 2013 14:13:39 -0800 > This chip supports Energy Efficient Ethernet. > > Signed-off-by: Michael Chan <mchan@broadocm.com> This looks more like the correction of an existing test rather than adding a new one. If that's the case, construct your commit message to match. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c index 6e676a7..3004d69 100644 --- a/drivers/net/ethernet/broadcom/tg3.c +++ b/drivers/net/ethernet/broadcom/tg3.c @@ -14514,7 +14514,7 @@ static int tg3_phy_probe(struct tg3 *tp) (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5719 || GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5720 || GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5762 || - (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 && + (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5717 && tp->pci_chip_rev_id != CHIPREV_ID_5717_A0) || (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57765 && tp->pci_chip_rev_id != CHIPREV_ID_57765_A0)))
This chip supports Energy Efficient Ethernet. Signed-off-by: Michael Chan <mchan@broadocm.com> --- drivers/net/ethernet/broadcom/tg3.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)