X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fsound_core.c;h=394b53e20cb8bd36532f23ba14078a67120759f4;hb=21e2379b9ef705fcb3ba3be738decd3397fc30b7;hp=954f994592ab3d7ff6b2f29a84816fbb38d1a039;hpb=e766f1cc596078b1603ac2c96617660c4c7e2d81;p=mv-sheeva.git diff --git a/sound/sound_core.c b/sound/sound_core.c index 954f994592a..394b53e20cb 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c @@ -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;