ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
authorTakashi Iwai <tiwai@suse.de>
Tue, 9 Jan 2018 07:51:02 +0000 (08:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Jan 2018 07:53:44 +0000 (08:53 +0100)
commitc64ed5dd9feba193c76eb460b451225ac2a0d87b
treeae896e9ed392c00feed46c17db771dafa15aec56
parent9dd55cb419769f8cb363d764815f119b98a816fa
ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation

Fix the last standing EINTR in the whole subsystem.  Use more correct
ERESTARTSYS for pending signals.

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