commit | 9c15c5738b5219fdc273e8923b2c1a9d5e8ce3b3 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Sep 13 12:26:37 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 21:42:11 2014 -0700 |
tree | a1a6241d97026279dac1b2fe664210a08ed369f1 | |
parent | 1589349f74d669b767bc0971fb21372ad300452e [diff] |
uas: zap_pending: data urbs should have completed at this time The data urbs are all killed before calling zap_pending, and their completion handler should have cleared their inflight flag. Do not 0 the data inflight flags, and add a check for try_complete succeeding, as it should always succeed when called from zap_pending. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>