|
@@ -179,8 +179,6 @@ static int __get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __us
|
|
|
return copy_from_user(&kp->fmt.meta, &up->fmt.meta,
|
|
|
sizeof(kp->fmt.meta)) ? -EFAULT : 0;
|
|
|
default:
|
|
|
- pr_info("compat_ioctl32: unexpected VIDIOC_FMT type %d\n",
|
|
|
- kp->type);
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
}
|
|
@@ -233,8 +231,6 @@ static int __put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __us
|
|
|
return copy_to_user(&up->fmt.meta, &kp->fmt.meta,
|
|
|
sizeof(kp->fmt.meta)) ? -EFAULT : 0;
|
|
|
default:
|
|
|
- pr_info("compat_ioctl32: unexpected VIDIOC_FMT type %d\n",
|
|
|
- kp->type);
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
}
|