aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-08-26 16:21:27 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-26 16:21:27 +0200
commit2b28b7acb65df8e5778dde04225274db0a1e99da (patch)
tree31129c84bac2ad85fdef72c9bf9b940b22266d85 /plugins
parent82eb2158db348dcc3ac0883ad2a1bf240c7c50ef (diff)
at-serial-port: avoid 'enable_disable', use just 'enable' in method name
Diffstat (limited to 'plugins')
-rw-r--r--plugins/huawei/mm-broadband-modem-huawei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/huawei/mm-broadband-modem-huawei.c b/plugins/huawei/mm-broadband-modem-huawei.c
index f7353602..7f760f3e 100644
--- a/plugins/huawei/mm-broadband-modem-huawei.c
+++ b/plugins/huawei/mm-broadband-modem-huawei.c
@@ -2641,7 +2641,7 @@ enable_disable_unsolicited_rfswitch_event_handler (MMBroadbandModemHuawei *self,
for (i = 0; i < 2; i++)
if (ports[i])
- mm_at_serial_port_enable_disable_unsolicited_msg_handler (
+ mm_at_serial_port_enable_unsolicited_msg_handler (
ports[i],
self->priv->rfswitch_regex,
enable);