ps3: gelic: updown_lock semaphore to mutex
Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
5a2d9af276
commit
2914f3efa7
@@ -298,7 +298,7 @@ struct gelic_card {
|
||||
wait_queue_head_t waitq;
|
||||
|
||||
/* only first user should up the card */
|
||||
struct semaphore updown_lock;
|
||||
struct mutex updown_lock;
|
||||
atomic_t users;
|
||||
|
||||
u64 ether_port_status;
|
||||
|
Reference in New Issue
Block a user