]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/kobject.c
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel...
[linux.git] / lib / kobject.c
index 58751bb80a7cbbe905c7d4e752df641ae2240b51..03d4ab349fa749cd907291cc8e36641522d86241 100644 (file)
@@ -976,7 +976,7 @@ const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent)
 {
        const struct kobj_ns_type_operations *ops = NULL;
 
-       if (parent && parent->ktype->child_ns_type)
+       if (parent && parent->ktype && parent->ktype->child_ns_type)
                ops = parent->ktype->child_ns_type(parent);
 
        return ops;