diff mbox series

[4/5] imx8m: clock_imx8mm: add missed return

Message ID 20200916071722.28772-4-peng.fan@nxp.com
State Accepted
Commit a3e7d51fd554dd5ad18a94e32ba674b451d7e0d1
Delegated to: Stefano Babic
Headers show
Series [1/5] imx7: ccm: correct target interface num | expand

Commit Message

Peng Fan Sept. 16, 2020, 7:17 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Add missed return

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-imx/imx8m/clock_imx8mm.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Sept. 18, 2020, 2:06 p.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> Add missed return
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/mach-imx/imx8m/clock_imx8mm.c b/arch/arm/mach-imx/imx8m/clock_imx8mm.c
index 3610f5b2fc..9dde11cded 100644
--- a/arch/arm/mach-imx/imx8m/clock_imx8mm.c
+++ b/arch/arm/mach-imx/imx8m/clock_imx8mm.c
@@ -360,6 +360,7 @@  void init_clk_ecspi(u32 index)
 		clock_enable(CCGR_ECSPI2, 0);
 		clock_set_target_val(ECSPI2_CLK_ROOT, CLK_ROOT_ON | CLK_ROOT_SOURCE_SEL(0));
 		clock_enable(CCGR_ECSPI2, 1);
+		return;
 	case 2:
 		clock_enable(CCGR_ECSPI3, 0);
 		clock_set_target_val(ECSPI3_CLK_ROOT, CLK_ROOT_ON | CLK_ROOT_SOURCE_SEL(0));