* [PATCH] phy: qcom: m31-eusb2: drop registration printk
@ 2025-06-17 8:04 Johan Hovold
2025-06-17 8:20 ` neil.armstrong
2025-06-27 0:47 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2025-06-17 8:04 UTC (permalink / raw)
To: Vinod Koul
Cc: Kishon Vijay Abraham I, Wesley Cheng, Melody Olvera,
linux-arm-msm, linux-phy, linux-kernel, Johan Hovold
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>
---
drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
index 9f02b8a78f6e..9b987911fcdb 100644
--- a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
+++ b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
@@ -288,8 +288,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);
}
--
2.49.0
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: qcom: m31-eusb2: drop registration printk
2025-06-17 8:04 [PATCH] phy: qcom: m31-eusb2: drop registration printk Johan Hovold
@ 2025-06-17 8:20 ` neil.armstrong
2025-06-27 0:47 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: neil.armstrong @ 2025-06-17 8:20 UTC (permalink / raw)
To: Johan Hovold, Vinod Koul
Cc: Kishon Vijay Abraham I, Wesley Cheng, Melody Olvera,
linux-arm-msm, linux-phy, linux-kernel
On 17/06/2025 10:04, Johan Hovold wrote:
> 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>
> ---
> drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
> index 9f02b8a78f6e..9b987911fcdb 100644
> --- a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
> +++ b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
> @@ -288,8 +288,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);
> }
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: qcom: m31-eusb2: drop registration printk
2025-06-17 8:04 [PATCH] phy: qcom: m31-eusb2: drop registration printk Johan Hovold
2025-06-17 8:20 ` neil.armstrong
@ 2025-06-27 0:47 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2025-06-27 0:47 UTC (permalink / raw)
To: Johan Hovold
Cc: Kishon Vijay Abraham I, Wesley Cheng, Melody Olvera,
linux-arm-msm, linux-phy, linux-kernel
On Tue, 17 Jun 2025 10:04:01 +0200, Johan Hovold wrote:
> Drivers should generally be quiet on successful probe so drop the
> registration printk from the recently added M31 EUSB2 driver.
>
>
Applied, thanks!
[1/1] phy: qcom: m31-eusb2: drop registration printk
commit: 2bff9083c1744dc8751ddc0844a65e3bee89f519
Best regards,
--
~Vinod
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-27 0:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 8:04 [PATCH] phy: qcom: m31-eusb2: drop registration printk Johan Hovold
2025-06-17 8:20 ` neil.armstrong
2025-06-27 0:47 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).