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

Commit 43c5563a authored by Gauri Joshi's avatar Gauri Joshi
Browse files

msm: ep_pcie: Changes to avoid handle_perst_wq schedule out



Queue handle_perst_wq as system_highpri_wq to avoid WQ getting
scheduled out.

Change-Id: I28fdc6e3d51b98b132c04bf552c40c9dad3cbd0f
Signed-off-by: default avatarSubramanian Ananthanarayanan <skananth@codeaurora.org>
Signed-off-by: default avatarGauri Joshi <gaurjosh@codeaurora.org>
parent dd572f23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2378,7 +2378,7 @@ static irqreturn_t ep_pcie_handle_perst_irq(int irq, void *data)
					dev->rev);
			}
			/* start work for link enumeration with the host side */
			schedule_work(&dev->handle_perst_work);
			queue_work(system_highpri_wq, &dev->handle_perst_work);
		} else {
			dev->no_notify = true;
			/* shutdown the link if the link is already on */