]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/char/xillybus/xillybus_core.c
the rest of drivers/*: annotate ->poll() instances
[mirror_ubuntu-jammy-kernel.git] / drivers / char / xillybus / xillybus_core.c
index b6c9cdead7f3a0bbccd4744374da00d95d902931..88e1cf475d3f565f8075e356ff74eccc7685f1f8 100644 (file)
@@ -1736,10 +1736,10 @@ end:
        return pos;
 }
 
-static unsigned int xillybus_poll(struct file *filp, poll_table *wait)
+static __poll_t xillybus_poll(struct file *filp, poll_table *wait)
 {
        struct xilly_channel *channel = filp->private_data;
-       unsigned int mask = 0;
+       __poll_t mask = 0;
        unsigned long flags;
 
        poll_wait(filp, &channel->endpoint->ep_wait, wait);