Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] hwdep_compat missed __user annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
cb04e6b6 04b1add1

+1 -1
+1 -1
sound/core/hwdep_compat.c
··· 33 33 static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw, 34 34 struct snd_hwdep_dsp_image32 __user *src) 35 35 { 36 - struct snd_hwdep_dsp_image *dst; 36 + struct snd_hwdep_dsp_image __user *dst; 37 37 compat_caddr_t ptr; 38 38 u32 val; 39 39