]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/sound_core.c
NFS: Convert instances of kernel_thread() to kthread()
[linux-2.6-omap-h63xx.git] / sound / sound_core.c
index 954f994592ab3d7ff6b2f29a84816fbb38d1a039..394b53e20cb8bd36532f23ba14078a67120759f4 100644 (file)
@@ -174,7 +174,7 @@ static int sound_insert_unit(struct sound_unit **list, struct file_operations *f
 
        devfs_mk_cdev(MKDEV(SOUND_MAJOR, s->unit_minor),
                        S_IFCHR | mode, s->name);
-       class_device_create(sound_class, MKDEV(SOUND_MAJOR, s->unit_minor),
+       class_device_create(sound_class, NULL, MKDEV(SOUND_MAJOR, s->unit_minor),
                            dev, s->name+6);
        return r;