From: Jim Radford Date: Wed, 28 Feb 2007 16:14:13 +0000 (-0800) Subject: usb-serial: fix shutdown / device_unregister order X-Git-Tag: v2.6.21-rc4~54^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a7ecacac5f8274d2afce09aadcf37bdb42b93a;p=pandora-kernel.git usb-serial: fix shutdown / device_unregister order Ensure that the ->port_remove() callbacks get called before the ->shutdown() callback which makeing the order symmetric with ->attach() being called before ->port_probe(). Signed-off-by: Jim Radford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed