original_kernel/drivers/base
James Simmons 82f0cf9b7c Driver core: fix error by cleanup up symlinks properly
When a device fails to register the class symlinks where not cleaned up.
This left a symlink in the /sys/class/"device"/ directory that pointed
to no where. This caused the sysfs_follow_link Oops I reported earlier.
This patch cleanups up the symlink. Please apply. Thank you.

Signed-Off: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-02-23 14:52:09 -08:00
..
power
Kconfig
Makefile
attribute_container.c
base.h
bus.c Driver core: device_add_attrs() cleanup 2007-02-16 15:19:18 -08:00
class.c Driver core: remove class_device_rename 2007-02-23 14:52:08 -08:00
core.c Driver core: fix error by cleanup up symlinks properly 2007-02-23 14:52:09 -08:00
cpu.c Replace remaining references to "driverfs" with "sysfs". 2007-02-17 19:13:42 +01:00
dd.c
devres.c
dma-mapping.c
dmapool.c
driver.c
firmware.c
firmware_class.c
hypervisor.c
init.c
isa.c
map.c
memory.c
node.c Replace remaining references to "driverfs" with "sysfs". 2007-02-17 19:13:42 +01:00
platform.c
sys.c
topology.c
transport_class.c