]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: adjust function name reference
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 14:06:01 +0000 (15:06 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 1 Jan 2026 10:25:23 +0000 (15:55 +0530)
There is no function clk_bulk_prepare_disable.  Refer instead to
clk_bulk_disable_unprepare, which is called in the function
defined just below.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Daniel Golle <daniel@makrotopia.org>
Link: https://patch.msgid.link/20251230140601.93474-1-Julia.Lawall@inria.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/mediatek/phy-mtk-xfi-tphy.c

index 1a0b7484f525f4dd70f29f54995c4acd734c3171..100a50d0e8619a990c17356fe9a753f1d99bf87e 100644 (file)
@@ -353,7 +353,7 @@ static int mtk_xfi_tphy_power_on(struct phy *phy)
  * Disable and unprepare all clocks previously enabled.
  *
  * Return:
- * See clk_bulk_prepare_disable().
+ * See clk_bulk_disable_unprepare().
  */
 static int mtk_xfi_tphy_power_off(struct phy *phy)
 {