[PATCH] arm: mach-s3c: Remove unnecessary break
Wan Jiabing
wanjiabing at vivo.com
Fri Apr 9 07:49:20 BST 2021
There is a return above the break.
The break here is unnecessary. Remove it.
Signed-off-by: Wan Jiabing <wanjiabing at vivo.com>
---
arch/arm/mach-s3c/mach-rx1950.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-s3c/mach-rx1950.c b/arch/arm/mach-s3c/mach-rx1950.c
index 6e19add158a9..9da94686001a 100644
--- a/arch/arm/mach-s3c/mach-rx1950.c
+++ b/arch/arm/mach-s3c/mach-rx1950.c
@@ -271,7 +271,6 @@ static int rx1950_led_blink_set(struct gpio_desc *desc, int state,
break;
default:
return -EINVAL;
- break;
}
if (delay_on && delay_off && !*delay_on && !*delay_off)
--
2.25.1
More information about the linux-arm-kernel
mailing list