[PATCH v2 1/6] i.MX: system.c: Convert goto to if statement

2016-06-14 Thread Andrey Smirnov
Using goto here doesn't bring any advantages and only makes the code flow less clear. No functional changes. Signed-off-by: Andrey Smirnov --- arch/arm/mach-imx/system.c | 36 +--- 1 file changed, 17 insertions(+), 19 deletions(-) diff

[PATCH v2 1/6] i.MX: system.c: Convert goto to if statement

2016-06-14 Thread Andrey Smirnov
Using goto here doesn't bring any advantages and only makes the code flow less clear. No functional changes. Signed-off-by: Andrey Smirnov --- arch/arm/mach-imx/system.c | 36 +--- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git