Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef18b6ff authored by Haynes Mathew George's avatar Haynes Mathew George Committed by Dhananjay Kumar
Browse files

soc: return value of get soc version ioctl



Return value of get soc version ioctl

Change-Id: I20e46f87997298adb08b0bab30ca82ed1c8cbc19
Signed-off-by: default avatarHaynes Mathew George <hgeorge@codeaurora.org>
Signed-off-by: default avatarDhananjay Kumar <dhakumar@codeaurora.org>
parent 85210333
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ static int snd_compress_simple_ioctls(struct file *file,

	switch (_IOC_NR(cmd)) {
	case _IOC_NR(SNDRV_COMPRESS_IOCTL_VERSION):
		put_user(SNDRV_COMPRESS_VERSION,
		retval = put_user(SNDRV_COMPRESS_VERSION,
				(int __user *)arg) ? -EFAULT : 0;
		break;