From b46dc8ae17a427c50c00241898832807576fd28a Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 2 Jan 2018 11:04:56 +1100 Subject: media: videobuf2: fix up for "media: annotate ->poll() instances" Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- drivers/media/dvb-core/dvb_vb2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/media/dvb-core/dvb_vb2.c') diff --git a/drivers/media/dvb-core/dvb_vb2.c b/drivers/media/dvb-core/dvb_vb2.c index 889abf9becd8..763145d74e83 100644 --- a/drivers/media/dvb-core/dvb_vb2.c +++ b/drivers/media/dvb-core/dvb_vb2.c @@ -421,8 +421,8 @@ int dvb_vb2_mmap(struct dvb_vb2_ctx *ctx, struct vm_area_struct *vma) return 0; } -unsigned int dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, - poll_table *wait) +__poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, + poll_table *wait) { dprintk(3, "[%s]\n", ctx->name); return vb2_core_poll(&ctx->vb_q, file, wait); -- cgit