[PATCH] mtd: devices: Remove superfluous "break"
Miquel Raynal
miquel.raynal at bootlin.com
Mon May 10 03:22:07 PDT 2021
Hi dingsenjie at 163.com,
dingsenjie at 163.com wrote on Fri, 9 Apr 2021 11:09:00 +0800:
> From: dingsenjie <dingsenjie at yulong.com>
>
> Remove superfluous "break", as there is a "return" before them.
^
it
>
> Signed-off-by: dingsenjie <dingsenjie at yulong.com>
^
Please use your real name here.
> ---
> drivers/mtd/devices/ms02-nv.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/devices/ms02-nv.c b/drivers/mtd/devices/ms02-nv.c
> index fb4a6aa..08f76ff 100644
> --- a/drivers/mtd/devices/ms02-nv.c
> +++ b/drivers/mtd/devices/ms02-nv.c
> @@ -286,7 +286,6 @@ static int __init ms02nv_init(void)
> break;
> default:
> return -ENODEV;
> - break;
> }
>
> for (i = 0; i < ARRAY_SIZE(ms02nv_addrs); i++)
Thanks,
Miquèl
More information about the linux-mtd
mailing list