From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH V2] igb_uio: remove unnecessary igbuio_get_uio_pci_dev() Date: Sun, 25 Oct 2015 18:48:32 +0100 Message-ID: <2579345.3jcPfWlP74@xps13> References: <20150910094928.7095f949@urahara> <1441912179-25291-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id D5ABC532D for ; Sun, 25 Oct 2015 18:49:40 +0100 (CET) Received: by wicll6 with SMTP id ll6so86681213wic.1 for ; Sun, 25 Oct 2015 10:49:40 -0700 (PDT) In-Reply-To: <1441912179-25291-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-09-10 20:09, Ferruh Yigit: > Return value of igbuio_get_uio_pci_dev() is already kept in priv > variable > > Signed-off-by: Ferruh Yigit Applied, thanks