Home
last modified time | relevance | path

Searched hist:"25 cd9721c2b16ee0d775e36ec3af31f392003f80" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.cdiff 25cd9721c2b16ee0d775e36ec3af31f392003f80 Tue Jan 31 11:12:31 CST 2017 Krzysztof Opasiak <k.opasiak@samsung.com> 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>