aboutsummaryrefslogtreecommitdiff
path: root/plugins/linktop/mm-plugin-linktop.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-10 11:48:02 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:06:45 +0200
commita9075b0c09eb999eb64fda70154e055a9d0edb1d (patch)
treef5f7213a440d29914a039e94d07fb069230f8938 /plugins/linktop/mm-plugin-linktop.c
parente5e46f489e9d89bdecb4c4948b0d9627e33555cc (diff)
port-probe: rename _get_port() to _peek_port() as there is no ownership transfer
Diffstat (limited to 'plugins/linktop/mm-plugin-linktop.c')
-rw-r--r--plugins/linktop/mm-plugin-linktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/linktop/mm-plugin-linktop.c b/plugins/linktop/mm-plugin-linktop.c
index de66c3af..7c8f3249 100644
--- a/plugins/linktop/mm-plugin-linktop.c
+++ b/plugins/linktop/mm-plugin-linktop.c
@@ -63,7 +63,7 @@ grab_port (MMPlugin *self,
return FALSE;
}
- port = mm_port_probe_get_port (probe); /* transfer none */
+ port = mm_port_probe_peek_port (probe);
/* TODO: Why do we check for device file? */
devfile = g_udev_device_get_device_file (port);