mbox series

[GIT,PULL] Floppy changes for 5.14

Message ID 2f80871f-a1a5-7c02-52f9-118a0e68d84c@linux.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Floppy changes for 5.14 | expand

Pull-request

https://github.com/evdenis/linux-floppy.git tags/floppy-for-5.14

Message

Denis Efremov (Oracle) June 15, 2021, 6:56 a.m. UTC
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(-)

Comments

Jens Axboe June 15, 2021, 9:41 p.m. UTC | #1
On 6/15/21 12:56 AM, Denis Efremov wrote:
> 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

Pulled, thanks.