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:
63eed2b
)
usb: musb: gadget: do not poke with gadget's list_head
author
Felipe Balbi
<balbi@ti.com>
Wed, 16 Feb 2011 10:40:05 +0000
(12:40 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Thu, 17 Feb 2011 19:11:46 +0000
(21:11 +0200)
struct usb_request's list_head is supposed to be
used only by gadget drivers, but musb is abusing
that. Give struct musb_request its own list_head
and prevent musb from poking into other driver's
business.
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found