commit | 25cd9721c2b16ee0d775e36ec3af31f392003f80 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue Jan 31 18:12:31 2017 +0100 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Mar 22 11:21:10 2017 +0200 |
tree | f374f081506004e4c0e1208b5f1f069b0d9006c0 | |
parent | 1f459262b0e1649a1e5ad12fa4c66eb76c2220ce [diff] |
usb: gadget: f_hid: fix: Don't access hidg->req without spinlock held hidg->req should be accessed only with write_spinlock held as it is set to NULL when we get disabled by host. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>