2019-07-29 21:27:51

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] ataflop: Mark expected switch fall-through

On 7/29/19 3:10 PM, Gustavo A. R. Silva wrote:
> Mark switch cases where we are expecting to fall through.
>
> This patch fixes the following warning (Building: m68k):
>
> drivers/block/ataflop.c: In function ‘fd_locked_ioctl’:
> drivers/block/ataflop.c:1728:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
> set_capacity(floppy->disk, MAX_DISK_SIZE * 2);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> drivers/block/ataflop.c:1729:2: note: here
> case FDFMTEND:
> ^~~~

Applied, thanks.

--
Jens Axboe