sound: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
このコミットが含まれているのは:
Al Viro
2017-07-02 23:27:36 -04:00
コミット 680ef72abd
25個のファイルの変更49行の追加49行の削除

ファイルの表示

@@ -184,11 +184,11 @@ end:
return count;
}
static unsigned int
static __poll_t
hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait)
{
struct snd_efw *efw = hwdep->private_data;
unsigned int events;
__poll_t events;
poll_wait(file, &efw->hwdep_wait, wait);