From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 1/7] bus: fix bus name registration Date: Tue, 27 Jun 2017 16:53:52 +0100 Message-ID: <20170627155352.GA9796@bricha3-MOBL3.ger.corp.intel.com> References: <206669e001a4561a5f5c10deebcf70742688f380.1497999826.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, stable@dpdk.org To: Gaetan Rivet Return-path: Content-Disposition: inline In-Reply-To: <206669e001a4561a5f5c10deebcf70742688f380.1497999826.git.gaetan.rivet@6wind.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" On Wed, Jun 21, 2017 at 01:30:30AM +0200, Gaetan Rivet wrote: > The default bus registration function should not result in buses > registering with double quotes within their names. > > Fixes: a97725791eec ("bus: introduce bus abstraction") > Cc: stable@dpdk.org > > Signed-off-by: Gaetan Rivet Acked-by: Bruce Richardson