gobi: Use the correct modem property for AT command device
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 26 May 2012 05:36:30 +0000 (07:36 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 May 2012 05:36:30 +0000 (07:36 +0200)
plugins/gobi.c

index d8c974b..08e8aa6 100644 (file)
@@ -216,7 +216,7 @@ static int gobi_enable(struct ofono_modem *modem)
 
        DBG("%p", modem);
 
-       data->chat = open_device(modem, "Device", "Device: ");
+       data->chat = open_device(modem, "Modem", "Modem: ");
        if (data->chat == NULL)
                return -EINVAL;