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

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

Merge "msm: ipa: return error on channel setup failure"

parents cf29ff82 cebb2242
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3944,6 +3944,7 @@ static int ipa_gsi_setup_channel(struct ipa_sys_connect_params *in,
	if (!gsi_channel_props.ring_base_vaddr) {
		IPAERR("fail to dma alloc %u bytes\n",
			gsi_channel_props.ring_len);
		result = -ENOMEM;
		goto fail_alloc_channel_ring;
	}
	gsi_channel_props.ring_base_addr = dma_addr;