[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 12 May 2006 15:14:25 +0000 (11:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:11 +0000 (15:04 -0700)
commitb1869000a60b0c72022811f24110a52d3e300b1e
treeb44930e177a344e63fb7e8b60466a38ae4877b2b
parent0f28b55db543001d360e4319bfc3f2c4e28ba05f
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt

This patch (as679) combines the result routine for Control URBs with the
routine for Bulk/Interrupt URBs.  Along the way I eliminated the
debugging printouts for Control transfers unless the debugging level is
set higher than 1.  I also eliminated a long-unused (#ifdef'ed-out)
section that works around some buggy old APC BackUPS devices.

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