]> git.karo-electronics.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 14:32:28 +0000 (06:32 -0800)
commite39d97f98e39ecb860d113ad75fa250bc52d247b
treeae0ed07fa0bec27d41c9cdf6a6d0bae4c327204c
parentb3747d5aec3cc8a5a734bc384c3443d93a31b5e1
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