diff options
author | 2017-08-04 16:49:38 +0200 | |
---|---|---|
committer | 2017-08-04 16:50:18 +0200 | |
commit | 74be62c7cefbf320e0605f3da6639ef80448ff00 (patch) | |
tree | ea45fa2e0b343b792a03a66058b26a8d3e736787 /sound/core/control.c | |
parent | ALSA: hda: constify pci_device_id. (diff) | |
parent | Merge tag 'asoc-fix-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (diff) | |
download | wireguard-linux-74be62c7cefbf320e0605f3da6639ef80448ff00.tar.xz wireguard-linux-74be62c7cefbf320e0605f3da6639ef80448ff00.zip |
Merge branch 'for-linus' into for-next
Back-merge 4.13-rc devel branch for later development.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/control.c')
-rw-r--r-- | sound/core/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/control.c b/sound/core/control.c index ecd358213b83..3c6be1452e35 100644 --- a/sound/core/control.c +++ b/sound/core/control.c @@ -1557,7 +1557,7 @@ static ssize_t snd_ctl_read(struct file *file, char __user *buffer, struct snd_ctl_event ev; struct snd_kctl_event *kev; while (list_empty(&ctl->events)) { - wait_queue_t wait; + wait_queue_entry_t wait; if ((file->f_flags & O_NONBLOCK) != 0 || result > 0) { err = -EAGAIN; goto __end_lock; |