diff options
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r-- | drivers/atmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 45e0de1b..124e48ac 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -1013,7 +1013,7 @@ static void at_voicecall_remove(struct ofono_voicecall *vc) } static struct ofono_voicecall_driver driver = { - .name = "generic_at", + .name = "atmodem", .probe = at_voicecall_probe, .remove = at_voicecall_remove, .dial = at_dial, |