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

Unverified Commit 48a78854 authored by Michael Bestas's avatar Michael Bestas
Browse files

Merge tag 'LA.UM.9.14.1.r1-14100-QCM6490.QSSI14.0' of...

Merge tag 'LA.UM.9.14.1.r1-14100-QCM6490.QSSI14.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/dataipa into android13-5.4-lahaina

"LA.UM.9.14.1.r1-14100-QCM6490.QSSI14.0"

* tag 'LA.UM.9.14.1.r1-14100-QCM6490.QSSI14.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/dataipa:
  msm: ipa3: Adding changes to check pointer null or not

Change-Id: If597d4a2f9bda9e2da294cf40423a3688d00cc84
parents ff12c3d3 9a521786
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1073,6 +1073,8 @@ static void ipa3_tasklet_find_freepage(unsigned long data)

	sys = (struct ipa3_sys_context *)data;

	if(sys->page_recycle_repl == NULL)
		return;
	INIT_LIST_HEAD(&temp_head);
	spin_lock_bh(&sys->common_sys->spinlock);
	list_for_each_entry_safe(rx_pkt, tmp,