From: Sebastian Andrzej Siewior Date: Fri, 20 Jul 2012 18:34:24 +0000 (+0200) Subject: usb: gadget: at91udc: don't overwrite driver data X-Git-Tag: v3.6-rc6~19^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7dda554cf61e87523dee412eaf598f8646bd79;p=pandora-kernel.git usb: gadget: at91udc: don't overwrite driver data The driver was converted to the new start/stop interface in f3d8bf34c2 ("usb: gadget: at91_udc: convert to new style start/stop interface"). I overlooked that the driver is overwritting the private data which is used by the composite framework. The udc driver doesn't read it, it is only written here. Tested-by: Fabio Porcedda Tested-by: Mario Isidoro Cc: # v3.5 Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed