commit | 4cbbf084436caddeb815534df4ebaa018c970196 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Feb 28 10:44:50 2011 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 01 11:34:55 2011 +0200 |
tree | d7c94d931b0ef9109da136a4c44bda603d0d6ecb | |
parent | d105e74eff7f8197b4d8e104e347ffbc5c3989b8 [diff] |
usb: musb: gadget: fix list_head usage commit ad1adb89a0d9410345d573b6995a1fa9f9b7c74a (usb: musb: gadget: do not poke with gadget's list_head) fixed a bug in musb where it was corrupting the list_head which is supposed to be used by gadget drivers. While doing that, I forgot to fix the usage in musb_gadget_dequeue() method. Fix that. Reported-by: Pavol Kurina <pavol.kurina@emsys.de> Signed-off-by: Felipe Balbi <balbi@ti.com>