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

Commit 80585350 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_smem: Initialize buffers"

parents 3193b19a 7f577a01
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1001,6 +1001,7 @@ static void __rx_worker(struct edge_info *einfo, bool atomic_ctx)
			SMEM_IPC_LOG(einfo, "kthread", cmd.id, cmd.param1,
								cmd.param2);
		} else {
			memset(&cmd, 0, sizeof(cmd));
			fifo_read(einfo, &cmd, sizeof(cmd));
			SMEM_IPC_LOG(einfo, "IRQ", cmd.id, cmd.param1,
								cmd.param2);
@@ -1105,6 +1106,7 @@ static void __rx_worker(struct edge_info *einfo, bool atomic_ctx)
								cmd_data)->size;
					kfree(cmd_data);
				} else {
					memset(&intent, 0, sizeof(intent));
					fifo_read(einfo, &intent,
								sizeof(intent));
				}