From: Alan Stern Date: Tue, 21 Aug 2007 19:37:50 +0000 (-0400) Subject: USB: remove Iso status value in uhci-hcd X-Git-Tag: v2.6.24-rc1~1395^2~70 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7d1f3f0c32d8abe9627aa73dc62ee5bf2daf7f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed