git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0291303
)
usb: r8a66597-udc: fix spinlock usage
author
Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com>
Mon, 4 Apr 2011 04:09:22 +0000
(13:09 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 13 Apr 2011 22:44:00 +0000
(15:44 -0700)
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>
No differences found