]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: ehci-omap: Fix autoloading of module
authorRoger Quadros <rogerq@ti.com>
Thu, 14 Feb 2013 15:08:09 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:42 +0000 (05:38 -0800)
commitff8cce5dfd683b81b049ecfacc006a12623080ad
tree69a1119353e3be347b96e1f1753eb2589182225c
parentea2870ffbe4082794b1beb25847fdad7fdd7ea17
USB: ehci-omap: Fix autoloading of module

commit 04753523266629b1cd0518091da1658755787198 upstream.

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 <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c