提交 5c1ce1fb 编写于 作者: D Ding Senjie 提交者: Miquel Raynal

mtd: devices: Remove superfluous "break"

Remove superfluous "break", as there is a "return" before it.
Signed-off-by: NDing Senjie <dingsenjie@yulong.com>
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210514124451.20352-1-dingsenjie@163.com
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册