Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752898AbcKCL6N (ORCPT ); Thu, 3 Nov 2016 07:58:13 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:42519 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbcKCL6L (ORCPT ); Thu, 3 Nov 2016 07:58:11 -0400 Subject: Re: [PATCH 3/3] usb: ohci-da8xx: rename driver to ohci-da8xx To: Axel Haslam , , , , References: <20161102124435.31777-1-ahaslam@baylibre.com> <20161102124435.31777-4-ahaslam@baylibre.com> CC: , , From: Sekhar Nori Message-ID: Date: Thu, 3 Nov 2016 17:26:49 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161102124435.31777-4-ahaslam@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 26 On Wednesday 02 November 2016 06:14 PM, Axel Haslam wrote: > To be consistent on the usb driver for the davinci > platform follow the example of musb, and add the > "-da8xx" postfix to the driver name. > > Signed-off-by: Axel Haslam > --- > drivers/usb/host/ohci-da8xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c > index bd6cf3c..b3de8bc 100644 > --- a/drivers/usb/host/ohci-da8xx.c > +++ b/drivers/usb/host/ohci-da8xx.c > @@ -27,7 +27,7 @@ > #include "ohci.h" > > #define DRIVER_DESC "DA8XX" > -#define DRV_NAME "ohci" > +#define DRV_NAME "ohci-da8xx" To which baseline does this patch apply? I don't see this code in linux-next. Thanks, Sekhar