From: David Brownell Date: Thu, 22 Sep 2005 07:49:07 +0000 (-0700) Subject: [PATCH] USB: sl811-hcd minor fixes X-Git-Tag: v2.6.14-rc3~51^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b2e790a4d73d729d936cc42f3b08af34f8ea5c6;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds drivers/usb/host/sl811-hcd.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) --- Reading git-diff-tree failed