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

Commit acff85bb 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: ignore IPA TAG process timeout failure in SSR clean-up"

parents 7a930d84 dab15ad3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1497,6 +1497,10 @@ static int ipa_q6_set_ex_path_dis_agg(void)
				kfree(desc[index].user1);
			retval = -EINVAL;
		}

		/* Ignoring TAG process timeout */
		if (retval == -ETIME)
			retval = 0;
	}

	kfree(desc);