summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/call-forwarding.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/call-forwarding.c')
-rw-r--r--drivers/atmodem/call-forwarding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/call-forwarding.c b/drivers/atmodem/call-forwarding.c
index 0277caab..b4fe680c 100644
--- a/drivers/atmodem/call-forwarding.c
+++ b/drivers/atmodem/call-forwarding.c
@@ -278,7 +278,7 @@ static void at_ccfc_remove(struct ofono_call_forwarding *cf)
}
static struct ofono_call_forwarding_driver driver = {
- .name = "generic_at",
+ .name = "atmodem",
.probe = at_ccfc_probe,
.remove = at_ccfc_remove,
.registration = at_ccfc_registration,