commit | cb4d5ce588c5ff68e0fdd30370a0e6bc2c0a736b | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Jan 03 18:28:50 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 03 17:37:32 2017 +0100 |
tree | 98abdee5753a0065f68f59cbaa1eee145d31dcc5 | |
parent | 4dea70778c0f48b4385c7720c363ec8d37a401b4 [diff] |
xhci: Use delayed_work instead of timer for command timeout This is preparation to fix abort operation race (See "xhci: Fix race related to abort operation"). To make timeout sleepable, use delayed_work instead of timer. [change a newly added pending timer fix to pending work -Mathias] Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>