Skip to content

Commit 616fe24

Browse files
Prashanth Kvinodkoul
authored andcommitted
phy: qcom: m31-eusb2: Fix the error log while enabling clock
While enabling clock, we incorrectly log 'ref clk' as 'cfg ahb clk' Fix this since the devicetree bindings mentions it as ref clock. Signed-off-by: Prashanth K <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 0c5375b commit 616fe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/qualcomm/phy-qcom-m31-eusb2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ static int m31eusb2_phy_init(struct phy *uphy)
196196

197197
ret = clk_prepare_enable(phy->clk);
198198
if (ret) {
199-
dev_err(&uphy->dev, "failed to enable cfg ahb clock, %d\n", ret);
199+
dev_err(&uphy->dev, "failed to enable ref clock, %d\n", ret);
200200
goto disable_repeater;
201201
}
202202

0 commit comments

Comments
 (0)