git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c171fef
)
[PATCH] kobject: don't oops on null kobject.name
author
Chuck Ebbert
<76306.1226@compuserve.com>
Fri, 13 Jan 2006 01:02:00 +0000
(20:02 -0500)
committer
Greg 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