Skip to content
Snippets Groups Projects
Commit 5c1ce1fb authored by Ding Senjie's avatar Ding Senjie Committed by Miquel Raynal
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,6 @@ static int __init ms02nv_init(void) ...@@ -286,7 +286,6 @@ static int __init ms02nv_init(void)
break; break;
default: default:
return -ENODEV; return -ENODEV;
break;
} }
for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++) for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment