Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: wusbcore: convert nested lock to use spin_lock instead of spin_l…
…ock_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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information