| commit | eb11d8ffceead1eb3d84366f1687daf2217e883e | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dtor_core@ameritech.net> | Tue Apr 26 02:29:58 2005 -0500 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:00 2005 -0700 |
| tree | aedf84638f2bb8cc2d6f90120199191b917efa35 | |
| parent | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 [diff] |
[PATCH] kobject_hotplug() should use kobject_name()
kobject: kobject_hotplug should use kobject_name() instead of
accessing kobj->name directly since for objects with
long names it can contain garbage.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>