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

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

[media] et61x251_core: trivial conversion to unlocked_ioctl

parent feecf93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2530,7 +2530,7 @@ static const struct v4l2_file_operations et61x251_fops = {
	.owner = THIS_MODULE,
	.open =    et61x251_open,
	.release = et61x251_release,
	.ioctl =   et61x251_ioctl,
	.unlocked_ioctl =   et61x251_ioctl,
	.read =    et61x251_read,
	.poll =    et61x251_poll,
	.mmap =    et61x251_mmap,