Commit cb04e6b6 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] hwdep_compat missed __user annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 04b1add1
...@@ -33,7 +33,7 @@ struct snd_hwdep_dsp_image32 { ...@@ -33,7 +33,7 @@ struct snd_hwdep_dsp_image32 {
static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw, static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw,
struct snd_hwdep_dsp_image32 __user *src) struct snd_hwdep_dsp_image32 __user *src)
{ {
struct snd_hwdep_dsp_image *dst; struct snd_hwdep_dsp_image __user *dst;
compat_caddr_t ptr; compat_caddr_t ptr;
u32 val; u32 val;
......
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