media: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
このコミットが含まれているのは:
Al Viro
2017-07-03 03:02:56 -04:00
コミット c23e0cb81e
80個のファイルの変更143行の追加147行の削除

ファイルの表示

@@ -1383,11 +1383,11 @@ static int isp_video_release(struct file *file)
return 0;
}
static unsigned int isp_video_poll(struct file *file, poll_table *wait)
static __poll_t isp_video_poll(struct file *file, poll_table *wait)
{
struct isp_video_fh *vfh = to_isp_video_fh(file->private_data);
struct isp_video *video = video_drvdata(file);
int ret;
__poll_t ret;
mutex_lock(&video->queue_lock);
ret = vb2_poll(&vfh->queue, file, wait);