gobi: Use the correct modem property for AT command device

This commit is contained in:
Marcel Holtmann 2012-05-26 07:36:30 +02:00
parent d5dc9c967d
commit 2d95541f3b
1 changed files with 1 additions and 1 deletions

View 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;