mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
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>
This commit is contained in:
parent
0287c960b1
commit
6c1cdea6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue