From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pf0-f170.google.com (mail-pf0-f170.google.com
 [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id 413C83777
 for <dev@dpdk.org>; Tue, 10 Jan 2017 00:30:37 +0100 (CET)
Received: by mail-pf0-f170.google.com with SMTP id y143so14411009pfb.0
 for <dev@dpdk.org>; Mon, 09 Jan 2017 15:30:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:in-reply-to:references;
 bh=858s9kXlLJjiPRWELRSRxQCjjPCT5R71uIKDNwGXYH4=;
 b=uVJFLZNGBwG5pWtuuvHgL2U9+XBVBZZTDavFCZQDOy9/OXEBxNmdCbvqiM9Jp+x2Os
 xFS4kThpfUrTSEr78chatzseLgoQiUAgd7ckWRQRwuuAm6X8TEACVQ6die2PbDA8dAfr
 b8I01hjR9gtTropsBM/Fpy8aNcs7PmVvo0fSNRkWkK8x0rbKcyeZhkWYn+S6y7lnwqcF
 dVAlGnzjsp1ifZRYRSS07KA6XS12mcIWcwT1r1ezOZ7vER9V808+u0LEotJ4zcEgcPpH
 Guec3QACAsRs2WDnLofkv1mnFg8HnaW8Kb2L68xpojwfAvRIIhdEH6902FPHDL8mAEFs
 TNjw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
 :references;
 bh=858s9kXlLJjiPRWELRSRxQCjjPCT5R71uIKDNwGXYH4=;
 b=UM27lKz26Vc8lbeDxxYjl55J67SRGj2T4MdVslfLzimQmGOyAOCJ+W22L/TxJTPTBU
 u/mOLueP1bel9zhtjA7L/cy2pdtByqxRvMhGliYTqK6nB9kd0r0QL1vzsWe4ibrzDyqR
 2+X0eCnG3qRB9AmeIQXYykrMOpRsGswqJT7+m6vRtPLLJm11mntF++f348OsruxXzg3m
 STPLgy/gRTMaUf9jWASnr21vK92V+e/jFpOLkL4rr+Oh+ABsUSeSO2oUzXptu/sC0j+P
 LhNekP6DxJWc4N8uCXX099MmEdwVkmz/5a3m20XgbO49E7XBIBUUEe0tL6uCgODxZ59Q
 Lcvw==
X-Gm-Message-State: AIkVDXK7p08ftV3bdq++YOBge853hnAThjsCypjBVobnUi9YN9HSxOILe2BK8rY8xqhe0Q==
X-Received: by 10.84.169.169 with SMTP id h38mr379911plb.48.1484004636617;
 Mon, 09 Jan 2017 15:30:36 -0800 (PST)
Received: from xeon-e3.wavecable.com (204-195-18-65.wavecable.com.
 [204.195.18.65])
 by smtp.gmail.com with ESMTPSA id s78sm12658pfk.82.2017.01.09.15.30.35
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 09 Jan 2017 15:30:36 -0800 (PST)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon,  9 Jan 2017 15:30:22 -0800
Message-Id: <20170109233022.31154-8-stephen@networkplumber.org>
X-Mailer: git-send-email 2.11.0
In-Reply-To: <20170109233022.31154-1-stephen@networkplumber.org>
References: <20170109233022.31154-1-stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 7/7] igb: remove useless return's
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2017 23:30:37 -0000

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/e1000/igb_pf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/e1000/igb_pf.c b/drivers/net/e1000/igb_pf.c
index 67da3c24..15bf8bfe 100644
--- a/drivers/net/e1000/igb_pf.c
+++ b/drivers/net/e1000/igb_pf.c
@@ -125,8 +125,6 @@ void igb_pf_host_init(struct rte_eth_dev *eth_dev)
 
 	/* set mb interrupt mask */
 	igb_mb_intr_setup(eth_dev);
-
-	return;
 }
 
 void igb_pf_host_uninit(struct rte_eth_dev *dev)
-- 
2.11.0