]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/isdn/hardware/eicon/divamnt.c
the rest of drivers/*: annotate ->poll() instances
[mirror_ubuntu-jammy-kernel.git] / drivers / isdn / hardware / eicon / divamnt.c
index 72e58bf07577808bfa3a48db5567cc72bf19683d..70f16102a00109b8f60ccfda971752c3d6d1988d 100644 (file)
@@ -98,9 +98,9 @@ void diva_os_get_time(dword *sec, dword *usec)
 /*
  * device node operations
  */
-static unsigned int maint_poll(struct file *file, poll_table *wait)
+static __poll_t maint_poll(struct file *file, poll_table *wait)
 {
-       unsigned int mask = 0;
+       __poll_t mask = 0;
 
        poll_wait(file, &msgwaitq, wait);
        mask = POLLOUT | POLLWRNORM;