From: Hans Verkuil Date: Sat, 18 Dec 2010 12:59:51 +0000 (-0300) Subject: [media] em28xx: radio_fops should also use unlocked_ioctl X-Git-Tag: v2.6.37~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd0bda511406ef0e9dcce9be055d7ab931e92ba;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed