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

Commit cd5e4e0f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "f_gsi: Make usb ipa wq as freezable workqueue"

parents c8234f7c 1520b7a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3375,7 +3375,7 @@ MODULE_DESCRIPTION("GSI function driver");
static int fgsi_init(void)
{
	ipa_usb_wq = alloc_workqueue("k_ipa_usb",
				WQ_UNBOUND | WQ_MEM_RECLAIM, 1);
				WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_FREEZABLE, 1);
	if (!ipa_usb_wq) {
		log_event_err("Failed to create workqueue for IPA");
		return -ENOMEM;