Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c00b7b27 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ssm: Use smd_named_open_on_edge()"

parents f9b9ce8d fcafaee9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -407,7 +407,10 @@ int ssm_oem_driver_intf(int cmd, char *mode, int len)

	/* Open modem SMD interface */
	if (!ssm_drv->ready) {
		rc = smd_open(ssm_drv->channel_name, &ssm_drv->ch, ssm_drv,
		rc = smd_named_open_on_edge(ssm_drv->channel_name,
							SMD_APPS_MODEM,
							&ssm_drv->ch,
							ssm_drv,
							modem_request);
		if (rc) {
			rc = -EAGAIN;