USB: remove Iso status value in uhci-hcd
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 21 Aug 2007 19:37:50 +0000 (15:37 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:18 +0000 (14:55 -0700)
commitee7d1f3f0c32d8abe9627aa73dc62ee5bf2daf7f
treefdf3fe49bf6d6478efde1c30ff5f7aa0779080f5
parentdfd1e53777afe1050e3a0a3f0dd063a64242b818
USB: remove Iso status value in uhci-hcd

This patch (968) changes the way uhci-hcd reports status for
Isochronous URBs.  Until now urb->status has been set to the last
detected error code.  But other HCDs don't do this; they leave the
status set to 0 and report errors only in the individual iso packet
descriptors.  So this patch removes the extra computation and makes
uhci-hcd behave like the others.

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