Commit 5c1ce1fb authored by Ding Senjie's avatar Ding Senjie Committed by Miquel Raynal

mtd: devices: Remove superfluous "break"

Remove superfluous "break", as there is a "return" before it.
Signed-off-by: default avatarDing Senjie <dingsenjie@yulong.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210514124451.20352-1-dingsenjie@163.com
parent c3c8c051
......@@ -286,7 +286,6 @@ static int __init ms02nv_init(void)
break;
default:
return -ENODEV;
break;
}
for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment