broadband-modem-qmi: allow lookup of QMI for data without SIO port
This commit is contained in:
@@ -92,7 +92,8 @@ peek_port_qmi_for_data (MMBroadbandModemQmi *self,
|
||||
}
|
||||
|
||||
/* Set outputs */
|
||||
*out_sio_port = sio_port_per_port_number[net_port_number];
|
||||
if (out_sio_port)
|
||||
*out_sio_port = sio_port_per_port_number[net_port_number];
|
||||
found = MM_PORT_QMI (rpmsg_qmi_ports->data);
|
||||
|
||||
g_list_free_full (rpmsg_qmi_ports, g_object_unref);
|
||||
|
@@ -286,7 +286,7 @@ peek_port_qmi_for_data (MMBroadbandModemQmi *self,
|
||||
MM_CORE_ERROR_NOT_FOUND,
|
||||
"Couldn't find associated QMI port for 'net/%s'",
|
||||
mm_port_get_device (data));
|
||||
else
|
||||
else if (out_sio_port)
|
||||
*out_sio_port = QMI_SIO_PORT_NONE;
|
||||
|
||||
return found;
|
||||
|
Reference in New Issue
Block a user