Merge "asoc: msm-lsm-client: add __user attribute for IOCTL" into audio-drivers.lnx.3.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
8fbad90eb9
@@ -1848,7 +1848,7 @@ done:
|
||||
#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;
|
||||
|
Reference in New Issue
Block a user