diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-06-14 12:45:04 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-06-14 12:46:11 -0500 |
commit | 5a1c7eef086785cd665755617e132d1f0ac6b873 (patch) | |
tree | d3d121023e324a9044b34cf70d17e9b50ab99cca /drivers | |
parent | b7401489b509dc1cfb31aa65abb93466998af2e1 (diff) |
atmodem: Couple tiny style fixes
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atmodem/network-registration.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index 4366e1e2..630e8ea6 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -209,8 +209,8 @@ static void at_registration_status(struct ofono_netreg *netreg, * option_tech_cb will call fire CREG? to do the rest. */ if (g_at_chat_send(nd->chat, "AT_OCTI?;_OUWCTI?", - option_tech_prefix, - option_tech_cb, cbd, NULL) == 0) + option_tech_prefix, + option_tech_cb, cbd, NULL) == 0) nd->tech = -1; break; } @@ -879,8 +879,8 @@ static void creg_notify(GAtResult *result, gpointer user_data) tq->netreg = netreg; if (g_at_chat_send(nd->chat, "AT_OCTI?;_OUWCTI?", - option_tech_prefix, option_query_tech_cb, - tq, g_free) > 0) + option_tech_prefix, + option_query_tech_cb, tq, g_free) > 0) return; g_free(tq); |