Commit 9c7072df authored by Tokunori Ikegami's avatar Tokunori Ikegami Committed by Keith Busch

nvme: delete unnecessary fallthru comment

Signed-off-by: default avatarTokunori Ikegami <ikegami.t@gmail.com>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 40f0e5dc
...@@ -431,7 +431,6 @@ static bool nvme_available_path(struct nvme_ns_head *head) ...@@ -431,7 +431,6 @@ static bool nvme_available_path(struct nvme_ns_head *head)
case NVME_CTRL_LIVE: case NVME_CTRL_LIVE:
case NVME_CTRL_RESETTING: case NVME_CTRL_RESETTING:
case NVME_CTRL_CONNECTING: case NVME_CTRL_CONNECTING:
/* fallthru */
return true; return true;
default: default:
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment