summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/nosy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/nosy.c')
-rw-r--r--drivers/firewire/nosy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/nosy.c b/drivers/firewire/nosy.c
index 180f0a96528c..fee2e9e7ea20 100644
--- a/drivers/firewire/nosy.c
+++ b/drivers/firewire/nosy.c
@@ -328,11 +328,11 @@ nosy_release(struct inode *inode, struct file *file)
328 return 0; 328 return 0;
329} 329}
330 330
331static unsigned int 331static __poll_t
332nosy_poll(struct file *file, poll_table *pt) 332nosy_poll(struct file *file, poll_table *pt)
333{ 333{
334 struct client *client = file->private_data; 334 struct client *client = file->private_data;
335 unsigned int ret = 0; 335 __poll_t ret = 0;
336 336
337 poll_wait(file, &client->buffer.wait, pt); 337 poll_wait(file, &client->buffer.wait, pt);
338 338