aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-13 23:13:39 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:15:05 +0100
commit21a722b6169d27ea960ad24ff432f174163ed53a (patch)
treeec2f189315bbc8a360ee20468dd44ff0dcaa4394 /src/mm-base-modem.c
parent3de4a2996340844b6808a4ca6e2d31b9b4b791f7 (diff)
core: don't pass primary port to interface initializations
They will all get it themselves.
Diffstat (limited to 'src/mm-base-modem.c')
-rw-r--r--src/mm-base-modem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-base-modem.c b/src/mm-base-modem.c
index a9e0f78c..1c023c32 100644
--- a/src/mm-base-modem.c
+++ b/src/mm-base-modem.c
@@ -538,8 +538,6 @@ mm_base_modem_organize_ports (MMBaseModem *self,
/* As soon as we get the ports organized, we initialize the modem */
MM_BASE_MODEM_GET_CLASS (self)->initialize (self,
- /* FIXME: don't bother passing the port */
- MM_AT_SERIAL_PORT (self->priv->primary),
NULL, /* TODO: cancellable */
(GAsyncReadyCallback)initialize_ready,
NULL);