|
@@ -1034,8 +1034,8 @@ long v4l2_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
|
|
|
ret = vdev->fops->compat_ioctl32(file, cmd, arg);
|
|
|
|
|
|
if (ret == -ENOIOCTLCMD)
|
|
|
- pr_warn("compat_ioctl32: unknown ioctl '%c', dir=%d, #%d (0x%08x)\n",
|
|
|
- _IOC_TYPE(cmd), _IOC_DIR(cmd), _IOC_NR(cmd), cmd);
|
|
|
+ pr_debug("compat_ioctl32: unknown ioctl '%c', dir=%d, #%d (0x%08x)\n",
|
|
|
+ _IOC_TYPE(cmd), _IOC_DIR(cmd), _IOC_NR(cmd), cmd);
|
|
|
return ret;
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(v4l2_compat_ioctl32);
|