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

Commit 90b3e3b2 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: fix header table reset bug"

parents 52f118b4 36d74f85
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -492,9 +492,8 @@ int ipa_reset_hdr(void)
	list_for_each_entry_safe(entry, next,
			&ipa_ctx->hdr_tbl.head_hdr_entry_list, link) {

		/* do not remove the default exception header */
		if (!strncmp(entry->name, IPA_A5_MUX_HDR_NAME,
					IPA_RESOURCE_NAME_MAX))
		/* do not remove the default header */
		if (!strcmp(entry->name, IPA_LAN_RX_HDR_NAME))
			continue;

		if (ipa_id_find(entry->id) == NULL) {