commit | 8fd0bda511406ef0e9dcce9be055d7ab931e92ba | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sat Dec 18 09:59:51 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jan 03 09:52:25 2011 -0200 |
tree | 73f1e12e51ece5d1eef6c5ee2bb49dafeaa1ce3b | |
parent | 46e67acd5d4cacda758e871eebd15cef4e2c2665 [diff] |
[media] em28xx: radio_fops should also use unlocked_ioctl 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>