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

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

Merge "soc: qcom: glink: Change GFP_ATOMIC flag for intentless rx"

parents 69c6be88 7cff2be1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -702,7 +702,8 @@ static void process_rx_data(struct edge_info *einfo, uint16_t cmd_id,
		err = true;
	} else if (intent->data == NULL) {
		if (einfo->intentless) {
			intent->data = kmalloc(cmd.frag_size, GFP_ATOMIC);
			intent->data = kmalloc(cmd.frag_size,
						__GFP_ATOMIC | __GFP_HIGH);
			if (!intent->data) {
				err = true;
				GLINK_ERR(