summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem
diff options
context:
space:
mode:
authorSjur Brændeland <sjur.brandeland@stericsson.com>2010-08-09 23:18:37 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-08-12 11:32:12 -0500
commitdde0a4ccb58426396dfcdf179569031293b42d91 (patch)
treeb0e8dcb17e2d81dfb02bf24a2399d6c4d70f7010 /drivers/calypsomodem
parentee311881143057bc52d77cf69b85c5fea80919e6 (diff)
downloadofono-dde0a4ccb58426396dfcdf179569031293b42d91.tar.bz2
voicecall: Rename hangup to hangup_active
Diffstat (limited to 'drivers/calypsomodem')
-rw-r--r--drivers/calypsomodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c
index 511d533f..56ec5a9c 100644
--- a/drivers/calypsomodem/voicecall.c
+++ b/drivers/calypsomodem/voicecall.c
@@ -407,7 +407,7 @@ static struct ofono_voicecall_driver driver = {
.remove = calypso_voicecall_remove,
.dial = calypso_dial,
.answer = calypso_answer,
- .hangup = calypso_hangup,
+ .hangup_active = calypso_hangup,
.hold_all_active = calypso_hold_all_active,
.release_all_held = calypso_release_all_held,
.set_udub = calypso_set_udub,