summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-25 11:29:47 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-25 11:29:47 +0900
commit554344b45351cc2f5b221ef0d795132347d0271a (patch)
tree7af1140c6444298e9b9bd30fcabb2bb976866ca5
parent08f0ce677290e77ea486968c3176510275667699 (diff)
downloadofono-554344b45351cc2f5b221ef0d795132347d0271a.tar.bz2
ifxmodem: Fix name of voice call driver
-rw-r--r--drivers/ifxmodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index 44159895..12a202cd 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -727,7 +727,7 @@ static void ifx_voicecall_remove(struct ofono_voicecall *vc)
}
static struct ofono_voicecall_driver driver = {
- .name = "ifx",
+ .name = "ifxmodem",
.probe = ifx_voicecall_probe,
.remove = ifx_voicecall_remove,
.dial = ifx_dial,