]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/char/pcmcia/cm4040_cs.c
the rest of drivers/*: annotate ->poll() instances
[mirror_ubuntu-hirsute-kernel.git] / drivers / char / pcmcia / cm4040_cs.c
index 9a1aaf5387588b4a486107504af2db66d8efae20..819fe37a3683b3bf96423deadf746edaaa9527a0 100644 (file)
@@ -415,10 +415,10 @@ static ssize_t cm4040_write(struct file *filp, const char __user *buf,
        return count;
 }
 
-static unsigned int cm4040_poll(struct file *filp, poll_table *wait)
+static __poll_t cm4040_poll(struct file *filp, poll_table *wait)
 {
        struct reader_dev *dev = filp->private_data;
-       unsigned int mask = 0;
+       __poll_t mask = 0;
 
        poll_wait(filp, &dev->poll_wait, wait);