commit | 43fa01a1be971d24b68fdb9dd73083c19ccd2a45 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri Apr 27 14:28:02 2012 +0300 |
committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | Fri Oct 12 16:06:05 2012 +0530 |
tree | 52e5d93023f619733cf2561b5c360d937be83f00 | |
parent | 88df427f58ff1ce30c5d2cb919a91293b721c651 [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. Change-Id: I85853cebb0de6ab9d912e0d9a86a31e4b3edea7e Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>