Merge "asoc: msm-lsm-client: add __user attribute for IOCTL" into audio-drivers.lnx.3.0

This commit is contained in:
Linux Build Service Account 2018-06-14 23:47:15 -07:00 committed by Gerrit - the friendly Code Review server
commit 8fbad90eb9

View file

@ -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;