diff options
| author | Felipe Balbi <balbi@ti.com> | 2011-11-29 10:35:47 +0200 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 11:48:46 +0200 |
| commit | e2617796053437df586c53e462076f74bcf268b4 (patch) | |
| tree | 0cf93cc0b643af4313bc84e64bdab7d37836976a /drivers/usb/class/cdc-acm.c | |
| parent | e0ce0b0a0ae5a31ee96b38a7c5390f867634b4f6 (diff) | |
| download | olio-linux-3.10-e2617796053437df586c53e462076f74bcf268b4.tar.xz olio-linux-3.10-e2617796053437df586c53e462076f74bcf268b4.zip | |
usb: dwc3: ep0: fix GetStatus handling (again)
previous commit fixed part of it but it was still
calling usb_ep_queue() from IRQ context without
loosing locks. That cannot be done otherwise we will
have a recursive locking.
Also, we need to assign the 'dep' pointer on
dwc->ep0_usb_req otherwise we will have a NULL
pointer dereference on dwc3_map_buffer_to_dma().
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
0 files changed, 0 insertions, 0 deletions