From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 62CC71B272 for ; Fri, 28 Sep 2018 18:01:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BA10E21C89; Fri, 28 Sep 2018 12:01:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 28 Sep 2018 12:01:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9S6kb3TzHEErtqyhAwNK686yvd 0HfYqdhyIa3Z7CS4I=; b=SnEw9GtQUFC/L80CxgUFO5A+5bvnLoB1OnkNUP+wVh BjCljep1QxbXvHRLuBwz2jM3FmU/h3XAggKtnqczpUCpFQj/aPLKGRkNQ2U2xlJ5 wIteXsq3hvXdRN058woY8pOFN/mvC36nZblWwYtRCAw8HtWY9XdemYEw83vqIolq 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=9S6kb3 TzHEErtqyhAwNK686yvd0HfYqdhyIa3Z7CS4I=; b=CwZ0xVgGHx7elmKRAimuQ3 aw+Ia43jP4gblEqN28SIdDvDvA8z2LND1yc7lo673O/DS2mSmuzxQpX5SecnHz6+ m2pfLO8NZJkrtM7WmB9LJO54j2Do2IUgiKo57XbMyNifS+oxkpWIdSsEUI/lkPN6 pm9Ler6JtXgZ4xfodW08ctjPzUvnEiA4rSvS9UhBKc1uWXBYQgbyf0g3K5RIChct 8WIDZunL2OABKVZFEqIcxTuV3pDwrYZAwMhQLQAD+SiFMYtv9gdJU20Brj8+Hpmv nXrfpU9fimdYMP66JePtyhg1pXLKTkVGZWk2rpw+VMoyk7r2zdDKvF6dQPqTTprg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BA6DEE49C6; Fri, 28 Sep 2018 12:01:01 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com Date: Fri, 28 Sep 2018 18:01:00 +0200 Message-ID: <14257961.OrO3qJhOqt@xps> In-Reply-To: <20180928122604.32618-1-shreyansh.jain@nxp.com> References: <20180928122604.32618-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] drivers/net: remove double assignment of driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 16:01:03 -0000 28/09/2018 14:26, Shreyansh Jain: > Removing double copy of driver information. 04664e5c8346 has shifted > that from driver's probe to bus's probe. > > Fixes: 04664e5c8346 ("drivers/bus: fill driver reference after NXP probing") > Cc: thomas@monjalon.net > > Signed-off-by: Shreyansh Jain For the series: Acked-by: Thomas Monjalon Applied, thanks