[media] saa7134: use unlocked_ioctl instead of ioctl
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 16 Jun 2014 07:32:37 +0000 (04:32 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 19 Jun 2014 16:14:51 +0000 (13:14 -0300)
commit13936af3d2f04f173a83cc050dbc4b20d8562b81
treebd28056e7cd83b399146e61455007510e9a8dbd6
parentf71920efb1066d71d74811e1dbed658173adf9bf
[media] saa7134: use unlocked_ioctl instead of ioctl

The saa7134 driver uses core-locking, so there is no longer any need
to use the ioctl op instead of the unlocked_ioctl op. This change
was forgotten for the saa7134-empress.c, so fix this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/saa7134/saa7134-empress.c