commit | 7acd85e0eb2ed300edf123178445237059b35fb9 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri Apr 27 14:28:02 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Sun Jun 03 23:08:24 2012 +0300 |
tree | 1afee16530d6e70786f78c97e84c7571255bec15 | |
parent | 802fde983e8a3391e059bd41fc272993ae642816 [diff] |
usb: dwc3: core: make sure evt->lpos is correctly initialized The same event buffers will be reused when coming out of hibernation, so we must reinitialize them properly to avoid any mistakes. While at that, also take dwc3_event_buffers_setup() out of __devinit section. Signed-off-by: Felipe Balbi <balbi@ti.com>