We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c72b60 commit b5434f1Copy full SHA for b5434f1
1 file changed
drivers/net/phy/as21xxx.c
@@ -784,6 +784,7 @@ static int as21xxx_probe(struct phy_device *phydev)
784
struct as21xxx_priv *priv;
785
int ret;
786
787
+ phydev_err(phydev, "DEBUG %s:%d\n", __func__,__LINE__);
788
priv = devm_kzalloc(&phydev->mdio.dev,
789
sizeof(*priv), GFP_KERNEL);
790
if (!priv)
@@ -963,6 +964,7 @@ static int as21xxx_read_status(struct phy_device *phydev)
963
964
aeon_read_speed(phydev);
965
}
966
967
968
return 0;
969
970
0 commit comments