git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802fde9
)
usb: dwc3: core: make sure evt->lpos is correctly initialized
author
Paul Zimmerman
<Paul.Zimmerman@synopsys.com>
Fri, 27 Apr 2012 11:28:02 +0000
(14:28 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Sun, 3 Jun 2012 20:08:24 +0000
(23:08 +0300)
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>
No differences found