diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-13 12:32:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:05 +0100 |
commit | 11962711e4404f0e70973e196b7d473e29f23d73 (patch) | |
tree | dd510db04237a471562aeac3a3fae0d72452d4ad /src/mm-base-modem.c | |
parent | f8cc4114adab326b19efcbf3a10f0755cb172eca (diff) |
at-serial-port: no need to pass port type when creating the object
We'll just specify the port is AT, not primary or secondary
Diffstat (limited to 'src/mm-base-modem.c')
-rw-r--r-- | src/mm-base-modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem.c b/src/mm-base-modem.c index 98e7d2d5..762d76bc 100644 --- a/src/mm-base-modem.c +++ b/src/mm-base-modem.c @@ -238,7 +238,7 @@ mm_base_modem_grab_port (MMBaseModem *self, int i; /* AT port */ - port = MM_PORT (mm_at_serial_port_new (name, ptype)); + port = MM_PORT (mm_at_serial_port_new (name)); /* Set common response parser */ mm_at_serial_port_set_response_parser (MM_AT_SERIAL_PORT (port), |