commit | b365b3daf2a9e2a8b002ea9fef877af1c71513fd | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Thu Jan 12 20:02:00 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Feb 06 12:17:17 2006 -0800 |
tree | dcd673d830b61ee37ab433af60c0f81ffaa86779 | |
parent | c171fef5c8566cf5f57877e7832fa696ecdf5228 [diff] |
[PATCH] kobject: don't oops on null kobject.name 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>