diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-04-23 21:32:27 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 21:45:40 +0200 |
commit | 7584f2ebc18b6355f21be5fb2f75afbf3f781ce5 (patch) | |
tree | 048f31e5c303f4fcbb1cd5d7110598ffeec72d0f /sound/isa | |
parent | uwb: don't call spin_unlock_irq in a USB completion handler (diff) | |
download | linux-7584f2ebc18b6355f21be5fb2f75afbf3f781ce5.tar.xz linux-7584f2ebc18b6355f21be5fb2f75afbf3f781ce5.zip |
usb: wusbcore: convert nested lock to use spin_lock instead of spin_lock_irq
Nesting a spin_lock_irq/unlock_irq inside a lock that has already
disabled interrupts will enable interrupts before we are ready when
spin_unlock_irq is called. This patch converts the inner lock to use
spin_lock and spin_unlock instead.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/isa')
0 files changed, 0 insertions, 0 deletions