commit | bb7c0d55cf0b15d881e06f68dae5d5a21a6693a4 | [log] [tgz] |
---|---|---|
author | Mayank Rana <mrana@codeaurora.org> | Thu Nov 10 10:15:44 2016 -0800 |
committer | Mayank Rana <mrana@codeaurora.org> | Thu Nov 10 10:22:16 2016 -0800 |
tree | e26935756065ee0e029a201557c96e2559859d21 | |
parent | 5c4400be00ddc7830d9c9667eb1c6decb0be0341 [diff] |
dwc3: gadget: Fix spinlock recursive issue Commit a99689aeffeb ("dwc3: Add QTI MSM platform specific feature and other changes") replaced spin_unlock_irqrestore() with spin_lock_irqsave() causing spinlock recursive bug. Fix this issue by using spin_unlock_irqrestore() API. Change-Id: I073220d7a248e8bb78e72d785e107da14b2e166d Signed-off-by: Mayank Rana <mrana@codeaurora.org>