From: Sarah Sharp Date: Fri, 21 Feb 2014 22:29:02 +0000 (-0800) Subject: xhci: Kill streams URBs when the host dies. X-Git-Tag: v3.15-rc1~137^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d0e51bfb290349adc02fa8fec716d77f53df51;p=pandora-kernel.git xhci: Kill streams URBs when the host dies. If the host controller stops responding to commands, we need to kill all the URBs that were queued to all endpoints. The current code would only kill URBs that had been queued to the endpoint rings. ep->ring is set to NULL if streams has been enabled for the endpoint, which means URBs submitted with a non-zero stream_id would never get killed. Fix this. Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed