]> git.karo-electronics.de Git - mv-sheeva.git/commit
[media] cadet: use unlocked_ioctl
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 14 Nov 2010 12:43:52 +0000 (09:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 1 Dec 2010 22:10:06 +0000 (20:10 -0200)
commit1cccee0b84e3445a142d0e9edcbf66b677b2e7e5
tree6bd652f19a6000cb6dbfbeb14a9f5e7de59e184d
parent32958fdd1663aeaa23b5edbfbb0db684ffd4e20e
[media] cadet: use unlocked_ioctl

Converted from ioctl to unlocked_ioctl.

This driver already used an internal lock, but it was missing in cadet_open and
cadet_release and it was not used correctly in cadet_read.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/radio-cadet.c