Randy.Dunlap 995982ca79 sysfs_remove_bin_file: no return value, dump_stack on error
Make sysfs_remove_bin_file() void.  If it detects an error,
printk the file name and call dump_stack().

sysfs_hash_and_remove() now returns an error code indicating
its success or failure so that sysfs_remove_bin_file() can
know success/failure.

Convert the only driver that checked the return value of
sysfs_remove_bin_file().

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-25 21:08:39 -07:00
..
2006-09-21 08:54:44 +01:00
2006-09-21 08:51:43 +01:00
2006-09-21 08:41:35 +01:00
2006-09-21 08:36:50 +01:00
2006-09-21 08:37:10 +01:00
2006-09-21 08:55:28 +01:00
2006-09-21 09:05:25 +01:00
2006-09-22 15:22:55 -07:00
2006-09-24 20:07:49 -07:00