From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: do not mark device as taken when probe fails Date: Mon, 07 Nov 2016 14:42:58 +0100 Message-ID: <2150327.DtEOvs1REi@xps13> References: <1478509409-25508-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, benjamin.walker@intel.com To: David Marchand Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id ED6DD2A5E for ; Mon, 7 Nov 2016 14:42:59 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p190so183660991wmp.1 for ; Mon, 07 Nov 2016 05:42:59 -0800 (PST) In-Reply-To: <1478509409-25508-1-git-send-email-david.marchand@6wind.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" 2016-11-07 10:03, David Marchand: > dev->driver should be set only if a driver did take the device. > > Signed-off-by: David Marchand Applied, thanks