net/i40e: remove an unnecessary goto
[dpdk.git] / drivers / net / i40e / i40e_tm.c
index 56013b1..d90313a 100644 (file)
@@ -962,8 +962,6 @@ i40e_hierarchy_commit(struct rte_eth_dev *dev,
                goto fail_clear;
        }
 
-       goto done;
-
 done:
        pf->tm_conf.committed = true;
        return 0;