]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] kobject_add() must have a valid name in order to succeed.
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jan 2006 22:08:59 +0000 (14:08 -0800)
committerGreg 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