[CASSINI]: sem2mutex
Semaphore to mutexes conversion. The conversion was generated via scripts, and the result was validated automatically via a script as well. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
73a6c63068
commit
758df69ee0
@@ -4284,7 +4284,7 @@ struct cas {
|
||||
* (ie. not power managed) */
|
||||
int hw_running;
|
||||
int opened;
|
||||
struct semaphore pm_sem; /* open/close/suspend/resume */
|
||||
struct mutex pm_mutex; /* open/close/suspend/resume */
|
||||
|
||||
struct cas_init_block *init_block;
|
||||
struct cas_tx_desc *init_txds[MAX_TX_RINGS];
|
||||
|
Reference in New Issue
Block a user