From: Oliver Neukum Date: Thu, 25 Jan 2007 10:22:24 +0000 (+0100) Subject: USB: fix needless failure under certain conditions X-Git-Tag: v2.6.21-rc1~82^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6957e1ac9c498ff934eaf1b7591b5ea1c98b6e54;p=pandora-kernel.git USB: fix needless failure under certain conditions in devices.c we have a piece of code for dealing with losing in a race. If we indeed lose the race we don't care whether our own memory allocation worked. The check for that is so early that we return early even if we don't have to. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed