]> git.baikalelectronics.ru Git - kernel.git/commit
USB: move routines in hcd.c
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 18 Jul 2007 16:08:02 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jul 2007 00:46:08 +0000 (17:46 -0700)
commit82d791436c61cd9305d81fa87ae6ff31b56b2f59
tree576e556090c39ae10c6a510c28ba3d2a75b12d5f
parent2e68c0e1a3766aa9eb41e042ffd0899bf2761a3c
USB: move routines in hcd.c

This patch (as939) moves a couple of routine in hcd.c around.  The
purpose is to put all the general URB- and endpoint-related routines
(submit, unlink, giveback, and disable) together in one spot.

There are no functional changes.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c