diff options
| author | Takashi Iwai <tiwai@suse.de> | 2018-07-29 22:38:54 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2018-07-29 22:39:29 +0200 |
| commit | 16c796e8fac353d736055322ca6a38ba3c49f5e2 (patch) | |
| tree | a8557b6c660d067834ece2421a1d6ffe990b60af /sound/core/seq/seq_clientmgr.c | |
| parent | f69548ffafcc4942022f16f2f192b24143de1dba (diff) | |
| parent | f59cf9a0551dd954ad8b752461cf19d9789f4b1d (diff) | |
| download | linux-16c796e8fac353d736055322ca6a38ba3c49f5e2.tar.gz linux-16c796e8fac353d736055322ca6a38ba3c49f5e2.tar.bz2 linux-16c796e8fac353d736055322ca6a38ba3c49f5e2.zip | |
Merge branch 'for-linus' into topic/virmidi
Pull the latest ALSA sequencer fixes for the further development of
virmidi.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/seq/seq_clientmgr.c')
| -rw-r--r-- | sound/core/seq/seq_clientmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_clientmgr.c b/sound/core/seq/seq_clientmgr.c index 56ca78423040..6fd4b074b206 100644 --- a/sound/core/seq/seq_clientmgr.c +++ b/sound/core/seq/seq_clientmgr.c @@ -1101,7 +1101,7 @@ static __poll_t snd_seq_poll(struct file *file, poll_table * wait) /* check client structures are in place */ if (snd_BUG_ON(!client)) - return -ENXIO; + return EPOLLERR; if ((snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT) && client->data.user.fifo) { |
