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
父節點 0d9b87f3ba
當前提交 680ef72abd
共有 25 個文件被更改,包括 49 次插入49 次删除

查看文件

@@ -52,11 +52,11 @@ static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count,
return count;
}
static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file,
static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file,
poll_table *wait)
{
struct snd_ff *ff = hwdep->private_data;
unsigned int events;
__poll_t events;
poll_wait(file, &ff->hwdep_wait, wait);