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:
Ding Senjie 2021-05-14 20:44:51 +08:00 committed by Miquel Raynal
parent c3c8c051df
commit 5c1ce1fb8a

View file

@ -286,7 +286,6 @@ static int __init ms02nv_init(void)
break;
default:
return -ENODEV;
break;
}
for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)