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

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

Merge "diag: dci: Use smd_named_open_on_edge()"

parents 6cffed63 08781af6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1397,7 +1397,8 @@ static int diag_dci_probe(struct platform_device *pdev)

	if (pdev->id == SMD_APPS_MODEM) {
		index = MODEM_DATA;
		err = smd_open("DIAG_2",
		err = smd_named_open_on_edge("DIAG_2",
			SMD_APPS_MODEM,
			&driver->smd_dci[index].ch,
			&driver->smd_dci[index],
			diag_smd_notify);