commit | 76439c2ac686c547ca2f53bfe964c100e697ff4a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jan 02 13:07:48 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 14 16:11:44 2014 +0100 |
tree | 150ef40cb55992118fc5aa52cae5ace82c3e9608 | |
parent | 7bd6972a921e148beea54919a00aa7b0bf046ff1 [diff] |
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>