]> git.ipfire.org Git - people/arne_f/kernel.git/commit
xhci: remove unnecessary check for pending timer
authorMathias Nyman <mathias.nyman@linux.intel.com>
Mon, 23 Jan 2017 12:19:54 +0000 (14:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 09:57:35 +0000 (10:57 +0100)
commit6b02e97491c9b4ef54a3b2295f2962b2ceeb25f8
tree860a7f9f1e502c941263c678fd371f68d9679874
parentf99265965b3203baf5266994578db14851fbf7fa
xhci: remove unnecessary check for pending timer

Checking if the command timeout timer is pending when queueing the
first command to the command ring is not really useful, remove it.

Suggested-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c