summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-02 17:37:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-02 17:39:23 -0500
commitf36e764c43670bfd7cdad006b43575df495180fd (patch)
tree2889a033c63634798c5993d7a9814858d141f389 /plugins
parent10d4c54c30d514dcd4d01fa1342f8211e9c20a03 (diff)
downloadofono-f36e764c43670bfd7cdad006b43575df495180fd.tar.bz2
Update modemconf driver to the new ofono_modem_create
Diffstat (limited to 'plugins')
-rw-r--r--plugins/modemconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c
index 81aebdc0..3b34a6df 100644
--- a/plugins/modemconf.c
+++ b/plugins/modemconf.c
@@ -41,7 +41,7 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group)
if (!driver)
return NULL;
- modem = ofono_modem_create(group, driver);
+ modem = ofono_modem_create(driver);
g_free(driver);