Skip to content
Commit e341cbe0 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

usb: gadget: Fix crash on calling usb gadget activate/deactivate



Currently the functions usb_gadget_activate and
usb_gadget_deactivate are being called with spinlock held.
The above functions calls gadget_pullup which invokes
pm_runtime_get_sync call, which might sleep.
This results in a crash. Fix this by releasing the
spinlock and acquiring it after the function call.

Change-Id: I17359e3c3227773a8ce269f8db93bc1d56771044
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent ade6ec4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment