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

Commit a446d3a2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm:ipa: Address the -Wmisleading-indentation warning"

parents 0d439311 190d9a6a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3337,9 +3337,10 @@ static int ipa3_q6_clean_q6_rt_tbls(enum ipa_ip_type ip,
	}

	desc = kcalloc(2, sizeof(struct ipa3_desc), GFP_KERNEL);
	if (!desc)
	if (!desc) {
		retval = -ENOMEM;
		goto free_empty_img;
	}

	cmd_pyld = kcalloc(2, sizeof(struct ipahal_imm_cmd_pyld *), GFP_KERNEL);
	if (!cmd_pyld) {