summaryrefslogtreecommitdiff
path: root/drivers/nvme
diff options
context:
space:
mode:
authorTokunori Ikegami <ikegami.t@gmail.com>2024-10-05 20:30:22 +0900
committerKeith Busch <kbusch@kernel.org>2024-10-08 13:50:44 -0700
commit9c7072df535bd7db475d32c7da76c7d241c08ab1 (patch)
treef6e34cc988d9d8f2032420ee39e788381a47eca6 /drivers/nvme
parent40f0e5dc2f3c866bef3fccf398114b90c6136dfa (diff)
nvme: delete unnecessary fallthru comment
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/multipath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
index 48e7a8906d01..bad1620fbbfc 100644
--- 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;