summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,