From: Felipe Balbi Date: Wed, 16 Feb 2011 10:40:05 +0000 (+0200) Subject: usb: musb: gadget: do not poke with gadget's list_head X-Git-Tag: v2.6.39-rc1~472^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1adb89a0d9410345d573b6995a1fa9f9b7c74a;p=pandora-kernel.git usb: musb: gadget: do not poke with gadget's list_head 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 --- Reading git-diff-tree failed