diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-04-23 14:42:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 12:45:40 -0700 |
commit | c996b9379180ee578b9ea208bb4f197201bbb023 (patch) | |
tree | f0dc1591a2906562c00505c08c392360aa8c6db7 /drivers/usb | |
parent | cd84f009e98b3aa6109503f80f66ccf3e19e8fa9 (diff) |
uwb: don't call spin_unlock_irq in a USB completion handler
This patch converts the use of spin_lock_irq/spin_unlock_irq to
spin_lock_irqsave/spin_unlock_irqrestore in uwb_rc_set_drp_cmd_done
which is called from a USB completion handler. There are also
whitespace cleanups to make checkpatch.pl happy.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions