Commit 6107a647 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] soundcard.c devfs fix

It is using "snd".  It should be using "sound".
parent 7821370f
......@@ -592,7 +592,7 @@ static void __exit oss_cleanup(void)
int i, j;
for (i = 0; i < sizeof (dev_list) / sizeof *dev_list; i++) {
devfs_remove("snd/%s", dev_list[i].name);
devfs_remove("sound/%s", dev_list[i].name);
if (!dev_list[i].num)
continue;
for (j = 1; j < *dev_list[i].num; j++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment