[PATCH] atm: firestream: Use fallthrough pseudo-keyword

Subsystems: atm, the rest

STALE1927d LANDED

Landed in mainline as 7d18dbddb727 on 2021-05-07.

2 messages, 2 authors, 2021-05-07 · open the first message on its own page

[PATCH] atm: firestream: Use fallthrough pseudo-keyword

From: Wei Ming Chen <hidden>
Date: 2021-05-07 12:38:58

Add pseudo-keyword macro fallthrough[1]

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Wei Ming Chen <redacted>
---
 drivers/atm/firestream.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c
index 0ddd611b4277..3bc3c314a467 100644
--- a/drivers/atm/firestream.c
+++ b/drivers/atm/firestream.c
@@ -795,6 +795,7 @@ static void process_incoming (struct fs_dev *dev, struct queue *q)
 		switch (STATUS_CODE (qe)) {
 		case 0x1:
 			/* Fall through for streaming mode */
+			fallthrough;
 		case 0x2:/* Packet received OK.... */
 			if (atm_vcc) {
 				skb = pe->skb;
-- 
2.25.1

Re: [PATCH] atm: firestream: Use fallthrough pseudo-keyword

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-05-07 23:10:15

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Fri,  7 May 2021 20:38:43 +0800 you wrote:
Add pseudo-keyword macro fallthrough[1]

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Wei Ming Chen <redacted>
---
 drivers/atm/firestream.c | 1 +
 1 file changed, 1 insertion(+)
Here is the summary with links:
  - atm: firestream: Use fallthrough pseudo-keyword
    https://git.kernel.org/netdev/net/c/7d18dbddb727

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help