Re: [PATCH v18 3/5] phy: core: Add devm_phy_get_by_of_node()
From: Bryan O'Donoghue
Date: Thu Sep 17 2026 - 08:52:32 EST
On 17/09/2026 13:32, Neil Armstrong wrote:
+++ b/drivers/phy/phy-core.c
@@ -833,7 +833,7 @@ struct phy *phy_get(struct device *dev, const char *string)
link = device_link_add(dev, &phy->dev, DL_FLAG_STATELESS);
if (!link)
- dev_dbg(dev, "failed to create device link to %s\n",
+ dev_err(dev, "failed to create device link to %s\n",
dev_name(phy->dev.parent));
This change belongs in another patch.
yeah you're right I messed up my rebase ..