diff options
author | Mathias Nyman <mathias.nyman@linux.intel.com> | 2015-09-21 14:46:17 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-22 05:50:45 (GMT) |
commit | cc8e4fc0c3b5e8340bc8358990515d116a3c274c (patch) | |
tree | bd4bb2013050a6fb63a3fd19cb67e7c68e7f8f32 /include/video/maxinefb.h | |
parent | dca7794539eff04b786fb6907186989e5eaaa9c2 (diff) | |
download | linux-cc8e4fc0c3b5e8340bc8358990515d116a3c274c.tar.xz |
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Don't check if timer is running with a timer_pending() before
deleting it with del_timer_sync(), this defies the whole point of
the sync part and can cause a possible race.
Instead we just want to make sure the timer is initialized early enough
before we have a chance to delete it.
Cc: <stable@vger.kernel.org>
Reported-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/video/maxinefb.h')
0 files changed, 0 insertions, 0 deletions