mbox series

[GIT,PULL] fallthrough fixes for Clang for 5.16-rc1

Message ID 20211101220120.GA30083@embeddedor (mailing list archive)
State Mainlined
Commit f2786f43c9832fae5fd3874bd156172c1eb05f3f
Headers show
Series [GIT,PULL] fallthrough fixes for Clang for 5.16-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.16-rc1

Message

Gustavo A. R. Silva Nov. 1, 2021, 10:01 p.m. UTC
The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

  Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.16-rc1

for you to fetch changes up to 02900f428d3c7acd89b77784bec33ddec7b750a4:

  pcmcia: db1xxx_ss: Fix fall-through warning for Clang (2021-10-13 14:47:48 -0500)

----------------------------------------------------------------
fallthrough fixes for Clang for 5.16-rc1

Hi Linus,

Please, pull the following patches that fix some fall-through warnings
when building with Clang and -Wimplicit-fallthrough.

Thanks!
--
Gustavo

----------------------------------------------------------------
Gustavo A. R. Silva (3):
      scsi: st: Fix fall-through warning for Clang
      MIPS: Fix fall-through warnings for Clang
      pcmcia: db1xxx_ss: Fix fall-through warning for Clang

 arch/mips/alchemy/devboards/db1550.c | 1 +
 arch/mips/kernel/uprobes.c           | 1 +
 drivers/pcmcia/db1xxx_ss.c           | 1 +
 drivers/scsi/st.c                    | 1 +
 4 files changed, 4 insertions(+)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2021, 12:51 a.m. UTC | #1
The pull request you sent on Mon, 1 Nov 2021 17:01:20 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.16-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f2786f43c9832fae5fd3874bd156172c1eb05f3f

Thank you!