tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'topic/misc' into for-linus
Takashi Iwai
15 years ago
6b4e9012
8a345a04
+1
-2
2 changed files
expand all
collapse all
unified
split
sound
oss
ad1848.c
au1550_ac97.c
+1
-1
sound/oss/ad1848.c
···
716
716
717
717
default:
718
718
if (get_user(val, (int __user *)arg))
719
719
-
return -EFAULT;
719
719
+
return -EFAULT;
720
720
val = ad1848_mixer_set(devc, cmd & 0xff, val);
721
721
break;
722
722
}
-1
sound/oss/au1550_ac97.c
···
50
50
#include <linux/poll.h>
51
51
#include <linux/bitops.h>
52
52
#include <linux/spinlock.h>
53
53
-
#include <linux/smp_lock.h>
54
53
#include <linux/ac97_codec.h>
55
54
#include <linux/mutex.h>
56
55