]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/staging/media/bcm2048/radio-bcm2048.c
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / drivers / staging / media / bcm2048 / radio-bcm2048.c
index 5d3b0e5a1283ef28d7ef36be285e4fdd60a8a870..4ffff6f8b809cd685d1436eb36574b9c4364ae2e 100644 (file)
@@ -2174,11 +2174,11 @@ static int bcm2048_fops_release(struct file *file)
        return 0;
 }
 
-static unsigned int bcm2048_fops_poll(struct file *file,
+static __poll_t bcm2048_fops_poll(struct file *file,
                                      struct poll_table_struct *pts)
 {
        struct bcm2048_device *bdev = video_drvdata(file);
-       int retval = 0;
+       __poll_t retval = 0;
 
        poll_wait(file, &bdev->read_queue, pts);