]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: seq: Do error checks at creating system ports
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 10:49:43 +0000 (12:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 10:52:02 +0000 (12:52 +0200)
commitb8e131542b47b81236ecf6768c923128e1f5db6e
tree18b4a7487d586e5d07f24614b9c4a6e9d4ec2d85
parentc4f1957e14444e444b35418e85069b7ab65465a5
ALSA: seq: Do error checks at creating system ports

snd_seq_system_client_init() doesn't check the errors returned from
its port creations.  Let's do it properly and handle the error paths.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_system.c