From 5269a2f9be76bb230afd70ba8d8dd1fe80b9e4ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 29 Sep 2010 08:05:41 +0900 Subject: [PATCH] huaweimodem: Implement hangup_active callback and not hangup_all --- drivers/huaweimodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()