diff options
-rw-r--r-- | sound/core/seq/seq_midi_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_midi_event.c b/sound/core/seq/seq_midi_event.c index a15f5e68e0b6..46416771c9b3 100644 --- a/sound/core/seq/seq_midi_event.c +++ b/sound/core/seq/seq_midi_event.c | |||
@@ -252,7 +252,7 @@ int snd_midi_event_encode_byte(struct snd_midi_event *dev, int c, | |||
252 | ev->type = status_event[ST_SPECIAL + c - 0xf0].event; | 252 | ev->type = status_event[ST_SPECIAL + c - 0xf0].event; |
253 | ev->flags &= ~SNDRV_SEQ_EVENT_LENGTH_MASK; | 253 | ev->flags &= ~SNDRV_SEQ_EVENT_LENGTH_MASK; |
254 | ev->flags |= SNDRV_SEQ_EVENT_LENGTH_FIXED; | 254 | ev->flags |= SNDRV_SEQ_EVENT_LENGTH_FIXED; |
255 | return 1; | 255 | return ev->type != SNDRV_SEQ_EVENT_NONE; |
256 | } | 256 | } |
257 | 257 | ||
258 | spin_lock_irqsave(&dev->lock, flags); | 258 | spin_lock_irqsave(&dev->lock, flags); |