[PATCH v2 10/19] ARM: i.MX: boot: Remove unnecessary returns
Andrey Smirnov
andrew.smirnov at gmail.com
Mon Apr 16 12:31:48 PDT 2018
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
arch/arm/mach-imx/boot.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c
index f9d730f6d..4bb26d942 100644
--- a/arch/arm/mach-imx/boot.c
+++ b/arch/arm/mach-imx/boot.c
@@ -296,8 +296,6 @@ void imx6_get_boot_source(enum bootsource *src, int *instance)
/* BOOT_CFG1[7:0] */
if (sbmr1 & (1 << 7))
*src = BOOTSOURCE_NAND;
-
- return;
}
#define IMX7_SRC_SBMR1 0x58
@@ -379,8 +377,6 @@ void imx7_get_boot_source(enum bootsource *src, int *instance)
default:
break;
}
-
- return;
}
static void
--
2.14.3
More information about the barebox
mailing list