mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:46:50 +07:00
i40evf: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3ec9fa7535
commit
11029d03bf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user