From: Marcel Holtmann Date: Sat, 26 May 2012 05:36:30 +0000 (+0200) Subject: gobi: Use the correct modem property for AT command device X-Git-Tag: 1.7~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d95541f3b8f42ea036a7591d03762dea4bb776b;p=platform%2Fupstream%2Fofono.git gobi: Use the correct modem property for AT command device --- diff --git a/plugins/gobi.c b/plugins/gobi.c index d8c974b..08e8aa6 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -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;