]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: qcom: m31-eusb2: drop registration printk
authorJohan Hovold <johan+linaro@kernel.org>
Tue, 17 Jun 2025 08:04:01 +0000 (10:04 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 27 Jun 2025 00:10:37 +0000 (17:10 -0700)
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>
drivers/phy/qualcomm/phy-qcom-m31-eusb2.c

index 520eabcc61f7100cf7e38505bcf7181f332bc831..bf32572566c4e570794d153adfda4492b65bfbae 100644 (file)
@@ -289,8 +289,6 @@ static int m31eusb2_phy_probe(struct platform_device *pdev)
                                     "failed to get repeater\n");
 
        phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate);
-       if (!IS_ERR(phy_provider))
-               dev_info(dev, "Registered M31 USB phy\n");
 
        return PTR_ERR_OR_ZERO(phy_provider);
 }