From: Heiko Stübner Date: Mon, 19 Dec 2011 18:41:05 +0000 (+0100) Subject: usb: gadget: s3c-hsudc: move device registration to probe X-Git-Tag: v3.3-rc1~153^2~24^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=103495aaf0e7674f6d7995982b48118188c247eb;p=pandora-kernel.git usb: gadget: s3c-hsudc: move device registration to probe Instead of adding and deleting the gadget device in the start and stop invocations. Use device_register in the probe method to initialize and add the gadget device. Signed-off-by: Heiko Stuebner Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed