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

nvme: delete unnecessary fallthru comment

parent 40f0e5dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;