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:
e3f749c
)
[PATCH] kobject_add() must have a valid name in order to succeed.
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 20 Jan 2006 22:08:59 +0000
(14:08 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 6 Feb 2006 20:17:17 +0000
(12:17 -0800)
So we might as well check to verify this, and let the user know that
something is wrong if they didn't do it correctly, instead of oopsing
later on in kobject_get_name() or somewhere else.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found