From: Tomoya MORINAGA Date: Thu, 12 Jan 2012 02:27:05 +0000 (+0900) Subject: usb: gadget: pch_udc: Fix disconnect issue X-Git-Tag: v3.2.16~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cb4f6465822518499422075e4a8f5e0f79115b;p=pandora-kernel.git usb: gadget: pch_udc: Fix disconnect issue commit c50a3bff0edb0acd49d8033a12ea4668e09a31ad upstream. ISSUE: When the driver notifies a gadget of a disconnect event, a system rarely freezes. CAUSE: When the driver calls dev->driver->disconnect(), it is not calling spin_unlock(). Signed-off-by: Tomoya MORINAGA Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed