]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitaef3c640076fc65ef7eced4b2aee05f11edb6bed
treef3e5f347cbaa72a1479d991f7cab83228dd44bf0
parente6a239c39811157cdfae5bb82d5c41cc24c69d5c
[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