From: Oliver Neukum Date: Thu, 11 Jan 2007 13:35:50 +0000 (+0100) Subject: USB: total removal of multithreaded probing in usb X-Git-Tag: v2.6.21-rc1~92^2~29^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ede760f0e46317c6716ead8facff88f6a924a49;p=pandora-kernel.git USB: total removal of multithreaded probing in usb The whole approach is simply wrong. Forking a thread means that - errors are ignored - locking is ignored Doing this correctly would require major surgery for questionable benefit. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed