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

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

Merge "ASoC: msm: qdsp6v2: Cleanup format specifiers"

parents 6d3c1bfa 390e62f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ static int msm_lsm_ioctl(struct snd_pcm_substream *substream,
		if (copy_from_user(&session_data, (void *)arg,
				   sizeof(struct snd_lsm_session_data))) {
			err = -EFAULT;
			pr_err("%s: copy from user failed, size %d\n",
			pr_err("%s: copy from user failed, size %zd\n",
			       __func__, sizeof(struct snd_lsm_session_data));
			break;
		}
+1 −1
Original line number Diff line number Diff line
@@ -922,7 +922,7 @@ int q6lsm_snd_model_buf_alloc(struct lsm_client *client, size_t len)
				__func__, rc);
			goto fail;
		}
	pr_debug("%s: Length = %x\n", __func__, len);
	pr_debug("%s: Length = %zd\n", __func__, len);
	client->lsm_cal_phy_addr = (pad_zero +
				    client->sound_model.phys +
				    client->sound_model.size);