diff options
-rw-r--r-- | drivers/huaweimodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/huaweimodem/voicecall.c b/drivers/huaweimodem/voicecall.c index 56931bbb..00171e24 100644 --- a/drivers/huaweimodem/voicecall.c +++ b/drivers/huaweimodem/voicecall.c @@ -495,7 +495,7 @@ static struct ofono_voicecall_driver driver = { .remove = huawei_voicecall_remove, .dial = huawei_dial, .answer = huawei_answer, - .hangup_all = huawei_hangup, + .hangup_active = huawei_hangup, }; void huawei_voicecall_init() |