[GIT PULL] Floppy changes for 5.14
From: Denis Efremov
Date: Tue Jun 15 2021 - 02:56:33 EST
Hi Jens,
The following changes since commit d07f3b081ee632268786601f55e1334d1f68b997:
mark pstore-blk as broken (2021-06-14 08:26:03 -0600)
are available in the Git repository at:
https://github.com/evdenis/linux-floppy.git tags/floppy-for-5.14
for you to fetch changes up to 2c9bdf6e4771a5966a4f0d6bea45a1c7f38312d7:
floppy: Fix fall-through warning for Clang (2021-06-15 09:18:55 +0300)
Please pull
----------------------------------------------------------------
Floppy patches for 5.14
Two oneliners to fix clang warnings:
- -Wimplicit-fallthrough warning fix from Gustavo A. R. Silva.
- Redundant assignment warning fix from Jiapeng Chong.
No semantic and behavioural changes.
----------------------------------------------------------------
Gustavo A. R. Silva (1):
floppy: Fix fall-through warning for Clang
Jiapeng Chong (1):
floppy: cleanup: remove redundant assignment to nr_sectors
drivers/block/floppy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)