[PATCH] oss: semaphore to mutex conversion
Semaphore to mutex conversion. The conversion was generated via scripts, and the result was validated automatically via a script as well. Extracted for OSS/Free changes from Ingo's original patches. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6389a38511
commit
f82945dff5
@@ -181,7 +181,7 @@ struct emu10k1_card
|
||||
struct emu10k1_mpuout *mpuout;
|
||||
struct emu10k1_mpuin *mpuin;
|
||||
|
||||
struct semaphore open_sem;
|
||||
struct mutex open_sem;
|
||||
mode_t open_mode;
|
||||
wait_queue_head_t open_wait;
|
||||
|
||||
|
Reference in New Issue
Block a user