projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f0e5d
)
nvme: delete unnecessary fallthru comment
author
Tokunori Ikegami
<ikegami.t@gmail.com>
Sat, 5 Oct 2024 11:30:22 +0000
(20:30 +0900)
committer
Keith Busch
<kbusch@kernel.org>
Tue, 8 Oct 2024 20:50:44 +0000
(13:50 -0700)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/multipath.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/multipath.c
b/drivers/nvme/host/multipath.c
index 48e7a8906d01211e44cd90bfc33e56fbb7c7b972..bad1620fbbfc1955dee91311335caabd52b286bd 100644
(file)
--- a/
drivers/nvme/host/multipath.c
+++ b/
drivers/nvme/host/multipath.c
@@
-431,7
+431,6
@@
static bool nvme_available_path(struct nvme_ns_head *head)
case NVME_CTRL_LIVE:
case NVME_CTRL_RESETTING:
case NVME_CTRL_CONNECTING:
- /* fallthru */
return true;
default:
break;