From: Felipe Balbi Date: Mon, 28 Feb 2011 08:44:50 +0000 (+0200) Subject: usb: musb: gadget: fix list_head usage X-Git-Tag: v2.6.39-rc1~472^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cbbf084436caddeb815534df4ebaa018c970196;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed