]>
pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] USB: sl811-hcd minor fixes
Three minor sl811-hcd fixes:
 - Elminate memory leak on one (rare) disable/shutdown path.
 - For periodic transfers that don't need to be scheduled, update
   urb->start_frame to represent the transfer phase correctly.
 - Report the (single) port as removable, by default.
Since no drivers yet use start_frame or that part of the hub descriptor,
only that leak is likely to ever matter.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 drivers/usb/host/sl811-hcd.c |   16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)