Merge "asoc: msm-lsm-client: add __user attribute for IOCTL" into audio-drivers.lnx.3.0
This commit is contained in:
commit
8fbad90eb9
1 changed files with 1 additions and 1 deletions
|
@ -1848,7 +1848,7 @@ static int msm_lsm_ioctl_compat(struct snd_pcm_substream *substream,
|
|||
#endif
|
||||
|
||||
static int msm_lsm_ioctl(struct snd_pcm_substream *substream,
|
||||
unsigned int cmd, void *arg)
|
||||
unsigned int cmd, void __user *arg)
|
||||
{
|
||||
int err = 0;
|
||||
u32 size = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue