Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] et61x251_core: trivial conversion to unlocked_ioctl

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
ca262196 feecf93d

+1 -1
+1 -1
drivers/media/video/et61x251/et61x251_core.c
··· 2530 2530 .owner = THIS_MODULE, 2531 2531 .open = et61x251_open, 2532 2532 .release = et61x251_release, 2533 - .ioctl = et61x251_ioctl, 2533 + .unlocked_ioctl = et61x251_ioctl, 2534 2534 .read = et61x251_read, 2535 2535 .poll = et61x251_poll, 2536 2536 .mmap = et61x251_mmap,