From: Yoshihiro Shimoda Date: Mon, 4 Apr 2011 04:09:22 +0000 (+0900) Subject: usb: r8a66597-udc: fix spinlock usage X-Git-Tag: v2.6.39-rc4~16^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2da1799ba776c4bd8d51ee46d9f00cb4cc6120;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed