diff options
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index f40e3953e7fe..49d3c6fda89a 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c | |||
@@ -61,10 +61,10 @@ static struct class *coda_psdev_class; | |||
61 | * Device operations | 61 | * Device operations |
62 | */ | 62 | */ |
63 | 63 | ||
64 | static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) | 64 | static __poll_t coda_psdev_poll(struct file *file, poll_table * wait) |
65 | { | 65 | { |
66 | struct venus_comm *vcp = (struct venus_comm *) file->private_data; | 66 | struct venus_comm *vcp = (struct venus_comm *) file->private_data; |
67 | unsigned int mask = POLLOUT | POLLWRNORM; | 67 | __poll_t mask = POLLOUT | POLLWRNORM; |
68 | 68 | ||
69 | poll_wait(file, &vcp->vc_waitq, wait); | 69 | poll_wait(file, &vcp->vc_waitq, wait); |
70 | mutex_lock(&vcp->vc_mutex); | 70 | mutex_lock(&vcp->vc_mutex); |