diff options
Diffstat (limited to 'plugins/udev.c')
-rw-r--r-- | plugins/udev.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/udev.c b/plugins/udev.c index 8bb2d658..9ab865bd 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -115,8 +115,9 @@ static void add_mbm(struct ofono_modem *modem, devnode = udev_device_get_property_value(udev_device, "INTERFACE"); ofono_modem_set_string(modem, NETWORK_INTERFACE, devnode); - } else + } else { return; + } device = ofono_modem_get_string(modem, MODEM_DEVICE); network = ofono_modem_get_string(modem, NETWORK_INTERFACE); @@ -158,8 +159,9 @@ static void add_hso(struct ofono_modem *modem, devnode = udev_device_get_property_value(udev_device, "INTERFACE"); ofono_modem_set_string(modem, NETWORK_INTERFACE, devnode); - } else + } else { return; + } app = ofono_modem_get_string(modem, APPLICATION_PORT); control = ofono_modem_get_string(modem, CONTROL_PORT); |