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

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

Merge "msm: smp2p: Use correct printk format specifier for size_t"

parents 0f88ab5b 2f6ee1ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -943,7 +943,7 @@ static struct smp2p_smem __iomem *smp2p_in_validate_size_v0(int remote_pid,

	if (size < sizeof(struct smp2p_smem)) {
		SMP2P_ERR(
			"%s pid %d item size too small; expected: %d actual: %d\n",
			"%s pid %d item size too small; expected: %zu actual: %d\n",
			__func__, remote_pid,
			sizeof(struct smp2p_smem), size);
		smem_item = NULL;