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:
Daniel Walker
2008-05-22 00:00:03 -07:00
committed by Jeff Garzik
parent 5a2d9af276
commit 2914f3efa7
2 changed files with 6 additions and 6 deletions

View File

@@ -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;