From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758870Ab3BGQL4 (ORCPT ); Thu, 7 Feb 2013 11:11:56 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:47434 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758032Ab3BGQLz (ORCPT ); Thu, 7 Feb 2013 11:11:55 -0500 Date: Thu, 7 Feb 2013 11:11:53 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Roger Quadros cc: tony@atomide.com, , , , , , , , , Subject: Re: [PATCH v2 14/14] USB: ehci-omap: Fix autoloading of module In-Reply-To: <1360252974-7912-15-git-send-email-rogerq@ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 Feb 2013, Roger Quadros wrote: > The module alias should be "ehci-omap" and not > "omap-ehci" to match the platform device name. > The omap-ehci module should now autoload correctly. > > Signed-off-by: Roger Quadros Acked-by: Alan Stern > --- > drivers/usb/host/ehci-omap.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c > index a8ce10d..a2d16c0 100644 > --- a/drivers/usb/host/ehci-omap.c > +++ b/drivers/usb/host/ehci-omap.c > @@ -340,9 +340,10 @@ static void __exit ehci_omap_cleanup(void) > } > module_exit(ehci_omap_cleanup); > > -MODULE_ALIAS("platform:omap-ehci"); > +MODULE_ALIAS("platform:ehci-omap"); > MODULE_AUTHOR("Texas Instruments, Inc."); > MODULE_AUTHOR("Felipe Balbi "); > +MODULE_AUTHOR("Roger Quadros > MODULE_DESCRIPTION(DRIVER_DESC); > MODULE_LICENSE("GPL"); >