sound: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-02 23:27:36 -04:00
parent 0d9b87f3ba
commit 680ef72abd
25 changed files with 49 additions and 49 deletions

View File

@@ -1666,9 +1666,9 @@ static ssize_t snd_ctl_read(struct file *file, char __user *buffer,
return result > 0 ? result : err;
}
static unsigned int snd_ctl_poll(struct file *file, poll_table * wait)
static __poll_t snd_ctl_poll(struct file *file, poll_table * wait)
{
unsigned int mask;
__poll_t mask;
struct snd_ctl_file *ctl;
ctl = file->private_data;