media: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-03 03:02:56 -04:00
父節點 076ccb76e1
當前提交 c23e0cb81e
共有 80 個文件被更改,包括 143 次插入147 次删除

查看文件

@@ -207,7 +207,7 @@ static int fdtv_ca_ioctl(struct file *file, unsigned int cmd, void *arg)
return err;
}
static unsigned int fdtv_ca_io_poll(struct file *file, poll_table *wait)
static __poll_t fdtv_ca_io_poll(struct file *file, poll_table *wait)
{
return POLLIN;
}