media: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
このコミットが含まれているのは:
@@ -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);
|
||||
|
新しいイシューから参照
ユーザーをブロックする