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 <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 603bd98 commit 2bff908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)