diff options
Diffstat (limited to 'drivers/phy/broadcom/phy-bcm-ns2-pcie.c')
-rw-r--r-- | drivers/phy/broadcom/phy-bcm-ns2-pcie.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/broadcom/phy-bcm-ns2-pcie.c b/drivers/phy/broadcom/phy-bcm-ns2-pcie.c index 2eaa41f8fc70..67a6ae5ecba0 100644 --- a/drivers/phy/broadcom/phy-bcm-ns2-pcie.c +++ b/drivers/phy/broadcom/phy-bcm-ns2-pcie.c @@ -61,8 +61,6 @@ static int ns2_pci_phy_probe(struct mdio_device *mdiodev) return PTR_ERR(provider); } - dev_info(dev, "%s PHY registered\n", dev_name(dev)); - return 0; } |