diff options
author | Tilman Schmidt <tilman@imap.cc> | 2006-04-11 01:55:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:50 -0400 |
commit | abfd1dc7c18e4be89715071a524324c7b2515565 (patch) | |
tree | 84109f661246b66b2a7503164ec41e4382e37812 /drivers/isdn/gigaset/gigaset.h | |
parent | 01371500b245ae63f542d74140a3d8ccb74d0318 (diff) |
[PATCH] isdn4linux: Siemens Gigaset drivers: mutex conversion
With Hansjoerg Lipp <hjlipp@web.de>
Convert the semaphores used by the Gigaset drivers to mutexes.
Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index 7a44caca8a17..12153acc23e4 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -497,7 +497,7 @@ struct cardstate { | |||
497 | int cs_init; | 497 | int cs_init; |
498 | int ignoreframes; /* frames to ignore after setting up the | 498 | int ignoreframes; /* frames to ignore after setting up the |
499 | B channel */ | 499 | B channel */ |
500 | struct semaphore sem; /* locks this structure: | 500 | struct mutex mutex; /* locks this structure: |
501 | * connected is not changed, | 501 | * connected is not changed, |
502 | * hardware_up is not changed, | 502 | * hardware_up is not changed, |
503 | * MState is not changed to or from | 503 | * MState is not changed to or from |