diff options
Diffstat (limited to 'drivers/isimodem/call-forwarding.c')
-rw-r--r-- | drivers/isimodem/call-forwarding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c index 39fe0ee0..a2df2093 100644 --- a/drivers/isimodem/call-forwarding.c +++ b/drivers/isimodem/call-forwarding.c @@ -110,7 +110,7 @@ static void isi_call_forwarding_remove(struct ofono_call_forwarding *cf) } static struct ofono_call_forwarding_driver driver = { - .name = "isi", + .name = "isimodem", .probe = isi_call_forwarding_probe, .remove = isi_call_forwarding_remove, .activation = isi_activation, |