Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: r8a66597-udc: fix spinlock usage
Because the disconnect function in the composite driver will call spin_lock, this driver has to call spin_unlock before calling driver->disconnet(). Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information