[PATCH] driver core: Fix up the device_attach() error handling in bus_add_device()
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 23:09:05 +0000 (16:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Jun 2005 06:01:10 +0000 (23:01 -0700)
commitd377e85b537a5e166272f937da6ba84350676b6e
treef3e5f347cbaa72a1479d991f7cab83228dd44bf0
parent479f6ea85e513551510ad52f37e69e1c596ad356
[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 <gregkh@suse.de>
drivers/base/bus.c