From: Eric W. Biederman Date: Sat, 14 Jan 2012 05:32:06 +0000 (-0800) Subject: usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method. X-Git-Tag: v3.2.3~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76f8a07523c519d1b5a469f09a927ef3e8c64fc;p=pandora-kernel.git usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method. commit 6d443d8499e4e59ffb949759cdded32730f8d2f6 upstream. Calling edge_remove_sysfs_attrs from edge_disconnect is too late as the device has already been removed from sysfs. Do the simple and obvious thing and make edge_remove_sysfs_attrs the port_remove method. Signed-off-by: Eric W. Biederman Reported-by: Wolfgang Frisch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed