mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
nvme: delete unnecessary fallthru comment
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
parent
40f0e5dc2f
commit
9c7072df53
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue