mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[PATCH] hwdep_compat missed __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
04b1add1ab
commit
cb04e6b619
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct snd_hwdep_dsp_image32 {
|
|||
static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw,
|
||||
struct snd_hwdep_dsp_image32 __user *src)
|
||||
{
|
||||
struct snd_hwdep_dsp_image *dst;
|
||||
struct snd_hwdep_dsp_image __user *dst;
|
||||
compat_caddr_t ptr;
|
||||
u32 val;
|
||||
|
||||
|
|
Loading…
Reference in a new issue