From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] drivers/net: remove double assignment of driver Date: Fri, 28 Sep 2018 18:01:00 +0200 Message-ID: <14257961.OrO3qJhOqt@xps> References: <20180928122604.32618-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Shreyansh Jain 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) In-Reply-To: <20180928122604.32618-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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