From: Felipe Balbi Date: Mon, 25 Feb 2013 19:15:41 +0000 (+0200) Subject: usb: gadget: pxa25x: fix gadget->dev registration X-Git-Tag: v3.9-rc3~17^2~19^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9992a9979fd463903e1a34b68d609441f36bafd4;p=pandora-kernel.git usb: gadget: pxa25x: fix gadget->dev registration Whenever ->udc_start() gets called, gadget driver has already being bound to the udc controller, which means that gadget->dev had to be already initialized and added to driver model. This patch fixes pxa25x mistake. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed