Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Vinod Koul
2bff9083 603bd980

-2
-2
drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
··· 289 289 "failed to get repeater\n"); 290 290 291 291 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"); 294 292 295 293 return PTR_ERR_OR_ZERO(phy_provider); 296 294 }