lkml.org 
[lkml]   [2013]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 061/153] USB: ehci-omap: Fix autoloading of module
    3.2-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Roger Quadros <rogerq@ti.com>

    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>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/usb/host/ehci-omap.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/usb/host/ehci-omap.c
    +++ b/drivers/usb/host/ehci-omap.c
    @@ -337,7 +337,7 @@ static const struct hc_driver ehci_omap_
    .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
    };

    -MODULE_ALIAS("platform:omap-ehci");
    +MODULE_ALIAS("platform:ehci-omap");
    MODULE_AUTHOR("Texas Instruments, Inc.");
    MODULE_AUTHOR("Felipe Balbi <felipe.balbi@nokia.com>");




    \
     
     \ /
      Last update: 2013-03-04 05:41    [W:2.855 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site