Pārlūkot izejas kodu

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

Linux Build Service Account 6 gadi atpakaļ
vecāks
revīzija
8fbad90eb9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      asoc/msm-lsm-client.c

+ 1 - 1
asoc/msm-lsm-client.c

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