From: Ding Senjie Date: Fri, 14 May 2021 12:44:51 +0000 (+0800) Subject: mtd: devices: Remove superfluous "break" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5c1ce1fb8a2d434a485175d6ae38aea40ebd5de4;p=linux.git mtd: devices: Remove superfluous "break" Remove superfluous "break", as there is a "return" before it. Signed-off-by: Ding Senjie Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20210514124451.20352-1-dingsenjie@163.com --- diff --git a/drivers/mtd/devices/ms02-nv.c b/drivers/mtd/devices/ms02-nv.c index fb4a6aa24543f..08f76ff839a78 100644 --- a/drivers/mtd/devices/ms02-nv.c +++ b/drivers/mtd/devices/ms02-nv.c @@ -286,7 +286,6 @@ static int __init ms02nv_init(void) break; default: return -ENODEV; - break; } for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)