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

Commit 7943ecf1 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10132): v4l2-compat-ioctl32: remove dependency on videodev.

parent f9d14250
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -1065,8 +1065,9 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
		break;
		break;
#endif
#endif
	default:
	default:
		v4l_print_ioctl("compat_ioctl32", cmd);
		printk(KERN_WARNING "compat_ioctl32: "
		printk(KERN_CONT "\n");
			"unknown ioctl '%c', dir=%d, #%d (0x%08x)\n",
			_IOC_TYPE(cmd), _IOC_DIR(cmd), _IOC_NR(cmd), cmd);
		break;
		break;
	}
	}
	return ret;
	return ret;