the rest of drivers/*: annotate ->poll() instances
[linux-block.git] / drivers / usb / gadget / function / f_fs.c
index 97ea059a7aa471192710be177276c8b969619e2b..17efadd6b395972ff858ea3de4e4350a0c115e45 100644 (file)
@@ -638,10 +638,10 @@ static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value)
        return ret;
 }
 
-static unsigned int ffs_ep0_poll(struct file *file, poll_table *wait)
+static __poll_t ffs_ep0_poll(struct file *file, poll_table *wait)
 {
        struct ffs_data *ffs = file->private_data;
-       unsigned int mask = POLLWRNORM;
+       __poll_t mask = POLLWRNORM;
        int ret;
 
        poll_wait(file, &ffs->ev.waitq, wait);