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

Commit 73150a35 authored by Pankaj Suryawanshi's avatar Pankaj Suryawanshi Committed by Harshit Agarwal
Browse files

msm: ipa3: Fix to restart tasklet for pending packets

Change-Id: I2910c3b9fa98ace7b30464d4b858c22845c3b7f1
parent 140d1d7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1029,7 +1029,6 @@ struct ipa3_sys_context {
	atomic_t xmit_eot_cnt;
	struct tasklet_struct tasklet;
	struct work_struct tasklet_work;
	struct workqueue_struct *tasklet_wq;

	/* ordering is important - mutable fields go above */
	struct ipa3_ep_context *ep;
@@ -1043,6 +1042,7 @@ struct ipa3_sys_context {
	u32 pm_hdl;
	unsigned int napi_sch_cnt;
	unsigned int napi_comp_cnt;
	struct workqueue_struct *tasklet_wq;
	/* ordering is important - other immutable fields go below */
};