aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv-driver.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-02-15 13:11:48 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2018-02-15 13:11:48 -0500
commit37b3c6a6404f00ed14f72ada07af58bf9b2c0bca (patch)
tree1f7fd9627b14d8919bb7ae53700175326ff6d4cd /drivers/media/pci/bt8xx/bttv-driver.c
parentLinux 4.16-rc1 (diff)
downloadlinux-dev-37b3c6a6404f00ed14f72ada07af58bf9b2c0bca.tar.xz
linux-dev-37b3c6a6404f00ed14f72ada07af58bf9b2c0bca.zip
[poll] annotate SAA6588_CMD_POLL users
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv-driver.c')
-rw-r--r--drivers/media/pci/bt8xx/bttv-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c
index f697698fe38d..707f57a9f940 100644
--- a/drivers/media/pci/bt8xx/bttv-driver.c
+++ b/drivers/media/pci/bt8xx/bttv-driver.c
@@ -3344,10 +3344,10 @@ static __poll_t radio_poll(struct file *file, poll_table *wait)
radio_enable(btv);
cmd.instance = file;
cmd.event_list = wait;
- cmd.result = res;
+ cmd.poll_mask = res;
bttv_call_all(btv, core, ioctl, SAA6588_CMD_POLL, &cmd);
- return cmd.result;
+ return cmd.poll_mask;
}
static const struct v4l2_file_operations radio_fops =