media: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -838,12 +838,12 @@ static int emmaprp_release(struct file *file)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static unsigned int emmaprp_poll(struct file *file,
|
||||
static __poll_t emmaprp_poll(struct file *file,
|
||||
struct poll_table_struct *wait)
|
||||
{
|
||||
struct emmaprp_dev *pcdev = video_drvdata(file);
|
||||
struct emmaprp_ctx *ctx = file->private_data;
|
||||
unsigned int res;
|
||||
__poll_t res;
|
||||
|
||||
mutex_lock(&pcdev->dev_mutex);
|
||||
res = v4l2_m2m_poll(file, ctx->m2m_ctx, wait);
|
||||
|
Reference in New Issue
Block a user