ソースを参照

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

Linux Build Service Account 6 年 前
コミット
8fbad90eb9
1 ファイル変更1 行追加1 行削除
  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;