diff options
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 |