Skip to content

Commit 2bff908

Browse files
jhovoldvinodkoul
authored andcommitted
phy: qcom: m31-eusb2: drop registration printk
Drivers should generally be quiet on successful probe so drop the registration printk from the recently added M31 EUSB2 driver. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250617080401.11147-1-johan+linaro@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 603bd98 commit 2bff908

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/phy/qualcomm/phy-qcom-m31-eusb2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ static int m31eusb2_phy_probe(struct platform_device *pdev)
289289
"failed to get repeater\n");
290290

291291
phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate);
292-
if (!IS_ERR(phy_provider))
293-
dev_info(dev, "Registered M31 USB phy\n");
294292

295293
return PTR_ERR_OR_ZERO(phy_provider);
296294
}

0 commit comments

Comments
 (0)