From: Alan Stern Date: Mon, 3 Aug 2009 15:05:59 +0000 (-0400) Subject: USB: s3c2410: unregister should call unbind, not disconnect X-Git-Tag: v2.6.32-rc1~174^2~51 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823c3fd9cc71714fe22ea415a68da746800d5a9a;p=pandora-kernel.git USB: s3c2410: unregister should call unbind, not disconnect This patch (as1275) fixes the s3c2410 device controller driver. Its usb_gadget_unregister_driver() routine is supposed to call the gadget driver's unbind method, not the disconnect method. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed