Skip to content

Commit b5434f1

Browse files
committed
Revert "net: phy: as21xxx: drop 2 debugs"
This reverts commit b089d81.
1 parent 2c72b60 commit b5434f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/net/phy/as21xxx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ static int as21xxx_probe(struct phy_device *phydev)
784784
struct as21xxx_priv *priv;
785785
int ret;
786786

787+
phydev_err(phydev, "DEBUG %s:%d\n", __func__,__LINE__);
787788
priv = devm_kzalloc(&phydev->mdio.dev,
788789
sizeof(*priv), GFP_KERNEL);
789790
if (!priv)
@@ -963,6 +964,7 @@ static int as21xxx_read_status(struct phy_device *phydev)
963964
aeon_read_speed(phydev);
964965
}
965966

967+
phydev_err(phydev, "DEBUG %s:%d\n", __func__,__LINE__);
966968
return 0;
967969
}
968970

0 commit comments

Comments
 (0)