From: Hans Verkuil Date: Tue, 11 Sep 2012 14:53:51 +0000 (-0300) Subject: [media] tm6000: add poll op for radio device node X-Git-Tag: firefly_0821_release~3680^2~275^2~165 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=52dec548d4244d9ec86c58e5696e1d4ee98c7b3c;p=firefly-linux-kernel-4.4.55.git [media] tm6000: add poll op for radio device node Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/tm6000/tm6000-video.c b/drivers/media/usb/tm6000/tm6000-video.c index ac2588535f48..f41dbb187caf 100644 --- a/drivers/media/usb/tm6000/tm6000-video.c +++ b/drivers/media/usb/tm6000/tm6000-video.c @@ -1583,6 +1583,7 @@ static struct video_device tm6000_template = { static const struct v4l2_file_operations radio_fops = { .owner = THIS_MODULE, .open = tm6000_open, + .poll = v4l2_ctrl_poll, .release = tm6000_release, .unlocked_ioctl = video_ioctl2, };