You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sa1100fb: convert ctrlr_sem in a mutex
The semaphore ctrlr_sem is used as a mutex. Convert it to the mutex API Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b91dbce56a
commit
7951ac91c7
@@ -100,7 +100,7 @@ struct sa1100fb_info {
|
||||
|
||||
volatile u_char state;
|
||||
volatile u_char task_state;
|
||||
struct semaphore ctrlr_sem;
|
||||
struct mutex ctrlr_lock;
|
||||
wait_queue_head_t ctrlr_wait;
|
||||
struct work_struct task;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user