summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/voicecall.c')
-rw-r--r--drivers/isimodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index d724f341..bb24a801 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -156,7 +156,7 @@ static void isi_voicecall_remove(struct ofono_voicecall *call)
}
static struct ofono_voicecall_driver driver = {
- .name = "isi",
+ .name = "isimodem",
.probe = isi_voicecall_probe,
.remove = isi_voicecall_remove,
.dial = isi_dial,