diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-25 11:29:47 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-25 11:29:47 +0900 |
commit | 554344b45351cc2f5b221ef0d795132347d0271a (patch) | |
tree | 7af1140c6444298e9b9bd30fcabb2bb976866ca5 | |
parent | 08f0ce677290e77ea486968c3176510275667699 (diff) | |
download | ofono-554344b45351cc2f5b221ef0d795132347d0271a.tar.bz2 |
ifxmodem: Fix name of voice call driver
-rw-r--r-- | drivers/ifxmodem/voicecall.c | 2 |
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, |