Skip to content

Commit

Permalink
[PATCH] hwdep_compat missed __user annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 04b1add commit cb04e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/hwdep_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cb04e6b

Please sign in to comment.