Loading sound/core/compress_offload.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
sound/core/compress_offload.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading