the rest of drivers/*: annotate ->poll() instances
[linux-2.6-block.git] / drivers / firewire / core-cdev.c
index a301fcf46e8821ba7d605582703df532f27f24b5..523391bb3fbe3c0a3fbee57c2b4d70aa3c295682 100644 (file)
@@ -1784,10 +1784,10 @@ static int fw_device_op_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static unsigned int fw_device_op_poll(struct file *file, poll_table * pt)
+static __poll_t fw_device_op_poll(struct file *file, poll_table * pt)
 {
        struct client *client = file->private_data;
-       unsigned int mask = 0;
+       __poll_t mask = 0;
 
        poll_wait(file, &client->wait, pt);