From: Oliver Neukum Date: Wed, 23 Jan 2008 11:28:45 +0000 (+0100) Subject: USB: last abuses of intfdata in close for usb-serial drivers X-Git-Tag: v2.6.25-rc1~1075^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0915f490d81c1a5098b399ec6c0be45bd421ee1d;p=pandora-kernel.git USB: last abuses of intfdata in close for usb-serial drivers these drivers abused intfdata in close() as flags for binding. That races with reprobing of those devices. This patch fixes that by using the flag and the locks introduced with the patch against mos7720. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed