diff options
Diffstat (limited to 'plugins/zte/mm-plugin-zte.c')
-rw-r--r-- | plugins/zte/mm-plugin-zte.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/zte/mm-plugin-zte.c b/plugins/zte/mm-plugin-zte.c index 09eb27d0..172f275e 100644 --- a/plugins/zte/mm-plugin-zte.c +++ b/plugins/zte/mm-plugin-zte.c @@ -149,9 +149,7 @@ grab_port (MMPlugin *self, } return mm_base_modem_grab_port (modem, - mm_port_probe_get_port_subsys (probe), - mm_port_probe_get_port_name (probe), - mm_port_probe_get_parent_path (probe), + port, ptype, pflags, error); |