diff options
| author | Johan Hovold <[email protected]> | 2022-09-07 13:07:23 +0200 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2022-09-20 11:28:08 +0530 |
| commit | d44c3e1a1e02cb12496bfc7e03c7957c32f9de4c (patch) | |
| tree | 410f9c3dbf25a1306806af4a5a76a8e9df0815e0 /drivers/phy/qualcomm/phy-qcom-qmp-usb.c | |
| parent | 613b30244b87d791b4da8c0a6cb06a3ca9935272 (diff) | |
phy: qcom-qmp: silence noisy probe
Drivers should in general not log anything during unless there are
errors.
Drop the pointless registration info message from the QMP drivers.
Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-qmp-usb.c')
| -rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c index c50ebe8d19bc..08e0799e8832 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c @@ -2859,8 +2859,6 @@ static int qcom_qmp_phy_usb_probe(struct platform_device *pdev) } phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); - if (!IS_ERR(phy_provider)) - dev_info(dev, "Registered Qcom-QMP phy\n"); return PTR_ERR_OR_ZERO(phy_provider); |