DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/i40e: remove an unnecessary goto
@ 2017-07-17  6:26 Tiwei Bie
  2017-07-18  3:18 ` Xing, Beilei
  0 siblings, 1 reply; 3+ messages in thread
From: Tiwei Bie @ 2017-07-17  6:26 UTC (permalink / raw)
  To: jingjing.wu, beilei.xing, dev; +Cc: tiwei.bie

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
 drivers/net/i40e/i40e_tm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/i40e/i40e_tm.c b/drivers/net/i40e/i40e_tm.c
index 56013b1..d90313a 100644
--- a/drivers/net/i40e/i40e_tm.c
+++ b/drivers/net/i40e/i40e_tm.c
@@ -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;
-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-18 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17  6:26 [dpdk-dev] [PATCH] net/i40e: remove an unnecessary goto Tiwei Bie
2017-07-18  3:18 ` Xing, Beilei
2017-07-18 11:03   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).