[media] em28xx: radio_fops should also use unlocked_ioctl
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 18 Dec 2010 12:59:51 +0000 (09:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 3 Jan 2011 11:52:25 +0000 (09:52 -0200)
em28xx uses core assisted locking, so it shouldn't use .ioctl.
The .ioctl callback was replaced by .unlocked_ioctl for video nodes,
but not for radio nodes. This is now corrected.

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

No differences found