udev: isi modems do not use 'Device' property

Neither the n900 nor u8500 drivers use this property so there's currently
no need to set it in the setup function.
This commit is contained in:
Jonas Bonn 2017-09-12 10:11:20 +02:00 committed by Denis Kenzior
parent 29c5cd238b
commit dd3a4768b0
1 changed files with 0 additions and 2 deletions

View File

@ -1013,8 +1013,6 @@ static gboolean setup_isi_serial(struct modem_info* modem)
if (value)
ofono_modem_set_integer(modem->modem, "Address", atoi(value));
ofono_modem_set_string(modem->modem, "Device", info->devnode);
return TRUE;
}