Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11029d03 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

i40evf: remove unnecessary break after goto

parent 3ec9fa75
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2013,7 +2013,6 @@ static void i40evf_init_task(struct work_struct *work)
		}
		adapter->state = __I40EVF_INIT_VERSION_CHECK;
		goto restart;
		break;
	case __I40EVF_INIT_VERSION_CHECK:
		if (!i40evf_asq_done(hw)) {
			dev_err(&pdev->dev, "Admin queue command never completed\n");
@@ -2039,7 +2038,6 @@ static void i40evf_init_task(struct work_struct *work)
		}
		adapter->state = __I40EVF_INIT_GET_RESOURCES;
		goto restart;
		break;
	case __I40EVF_INIT_GET_RESOURCES:
		/* aq msg sent, awaiting reply */
		if (!adapter->vf_res) {