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

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

Merge "msm: ADSPRPC: Create ION client to import buffers"

parents d3ed0fc9 85aaa6b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1781,6 +1781,10 @@ static int __init fastrpc_device_init(void)
							&me->channel[i].nb);
	}

	me->client = msm_ion_client_create(DEVICE_NAME);
	VERIFY(err, !IS_ERR_OR_NULL(me->client));
	if (err)
		goto device_create_bail;
	return 0;

device_create_bail: