mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 12:16:41 +00:00
mtd: devices: Remove superfluous "break"
Remove superfluous "break", as there is a "return" before it. Signed-off-by: Ding Senjie <dingsenjie@yulong.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20210514124451.20352-1-dingsenjie@163.com
This commit is contained in:
parent
c3c8c051df
commit
5c1ce1fb8a
@ -286,7 +286,6 @@ static int __init ms02nv_init(void)
|
||||
break;
|
||||
default:
|
||||
return -ENODEV;
|
||||
break;
|
||||
}
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user