commit | d377e85b537a5e166272f937da6ba84350676b6e | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 22 16:09:05 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 22 23:01:10 2005 -0700 |
tree | f3e5f347cbaa72a1479d991f7cab83228dd44bf0 | |
parent | 479f6ea85e513551510ad52f37e69e1c596ad356 [diff] |
[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>