From: Cornelia Huck Date: Mon, 27 Nov 2006 09:35:10 +0000 (+0100) Subject: driver core: Don't stop probing on ->probe errors. X-Git-Tag: v2.6.21-rc1~92^2~30^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c578abbc20762aa58e390e55252959853eeea17e;p=pandora-kernel.git driver core: Don't stop probing on ->probe errors. Don't stop on the first ->probe error that is not -ENODEV/-ENXIO. There might be a driver registered returning an unresonable return code, and this stops probing completely even though it may make sense to try the next possible driver. At worst, we may end up with an unbound device. Signed-off-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed