Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754375AbcKBMsK (ORCPT ); Wed, 2 Nov 2016 08:48:10 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36691 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754177AbcKBMsH (ORCPT ); Wed, 2 Nov 2016 08:48:07 -0400 From: Axel Haslam To: khilman@kernel.org, nsekhar@ti.com, david@lechnology.com, gregkh@linuxfoundation.org, kishon@ti.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Axel Haslam Subject: [PATCH 3/3] usb: ohci-da8xx: rename driver to ohci-da8xx Date: Wed, 2 Nov 2016 13:44:35 +0100 Message-Id: <20161102124435.31777-4-ahaslam@baylibre.com> X-Mailer: git-send-email 2.10.1.502.g6598894 In-Reply-To: <20161102124435.31777-1-ahaslam@baylibre.com> References: <20161102124435.31777-1-ahaslam@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 24 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" static struct hc_driver __read_mostly ohci_da8xx_hc_driver; -- 2.10.1