diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/sound_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index 359753fc24e1..45759f4cca75 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -292,7 +292,7 @@ retry: | |||
292 | } | 292 | } |
293 | 293 | ||
294 | device_create(sound_class, dev, MKDEV(SOUND_MAJOR, s->unit_minor), | 294 | device_create(sound_class, dev, MKDEV(SOUND_MAJOR, s->unit_minor), |
295 | NULL, s->name+6); | 295 | NULL, "%s", s->name+6); |
296 | return s->unit_minor; | 296 | return s->unit_minor; |
297 | 297 | ||
298 | fail: | 298 | fail: |