From: Greg Kroah-Hartman Date: Wed, 22 Jun 2005 23:09:05 +0000 (-0700) Subject: [PATCH] driver core: Fix up the device_attach() error handling in bus_add_device() X-Git-Tag: v2.6.13-rc1~68^2~533^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d377e85b537a5e166272f937da6ba84350676b6e;p=pandora-kernel.git [PATCH] driver core: Fix up the device_attach() error handling in bus_add_device() Don't error out if something "bad" happens when trying to bind a driver to a device. We want the sysfs attributes to be present for later when we try to tear down the device. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed