[PATCH] kobject: don't oops on null kobject.name
authorChuck Ebbert <76306.1226@compuserve.com>
Fri, 13 Jan 2006 01:02:00 +0000 (20:02 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 6 Feb 2006 20:17:17 +0000 (12:17 -0800)
kobject_get_path() will oops if one of the component names is
NULL.  Fix that by returning NULL instead of oopsing.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found