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: adjust function name reference

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>

authored by

Julia Lawall and committed by
Vinod Koul
6c1cdea6 0287c960

+1 -1
+1 -1
drivers/phy/mediatek/phy-mtk-xfi-tphy.c
··· 353 353 * Disable and unprepare all clocks previously enabled. 354 354 * 355 355 * Return: 356 - * See clk_bulk_prepare_disable(). 356 + * See clk_bulk_disable_unprepare(). 357 357 */ 358 358 static int mtk_xfi_tphy_power_off(struct phy *phy) 359 359 {