diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-01-02 13:07:48 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-01-14 16:11:44 +0100 |
commit | 76439c2ac686c547ca2f53bfe964c100e697ff4a (patch) | |
tree | 150ef40cb55992118fc5aa52cae5ace82c3e9608 /net/8021q | |
parent | 7bd6972a921e148beea54919a00aa7b0bf046ff1 (diff) | |
download | op-kernel-dev-76439c2ac686c547ca2f53bfe964c100e697ff4a.zip op-kernel-dev-76439c2ac686c547ca2f53bfe964c100e697ff4a.tar.gz |
sound: oss: midibuf: fix sleep_on races
sleep_on is known to be racy and going away because of this. All instances
of interruptible_sleep_on and interruptible_sleep_on_timeout in the midibuf
driver can trivially be replaced with wait_event_interruptible and
wait_event_interruptible_timeout.
[fixed coding style warnings by tiwai]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions