]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: imx: imx8: Simplify clk_imx_acm_detach_pm_domains()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 14 Sep 2023 20:31:06 +0000 (22:31 +0200)
committerAbel Vesa <abel.vesa@linaro.org>
Wed, 4 Oct 2023 08:13:59 +0000 (11:13 +0300)
commit3af29a89de2c6e49737a1201b7d6fd5ad3f635a4
treef0e81fe4a294489ebbfd3e19df8c547bdaf8ba5e
parentef23d44b7fcbd19773dcedcb50ca2f625107604f
clk: imx: imx8: Simplify clk_imx_acm_detach_pm_domains()

The return value of clk_imx_acm_detach_pm_domains() is never used.
Simplify the code and turn it into a void function.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-imx8-acm.c