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

Commit 342f8ec2 authored by Sandhya Mutha Naga Venkata's avatar Sandhya Mutha Naga Venkata Committed by Gerrit - the friendly Code Review server
Browse files

dsp: Added fix to resolve compilation error



- Format specifier mismatch causing compilation error
- Modified the format specifier to fix the issue

Change-Id: I2a9c278bfa05594e949a91c8358d2e4f87026b04
Signed-off-by: default avatarSandhya Mutha Naga Venkata <quic_smuthana@quicinc.com>
parent 10a8a97e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2291,7 +2291,7 @@ static int32_t q6asm_callback(struct apr_client_data *data, void *priv)
		config_debug_fs_read_cb();

		if (data->payload_size != (READDONE_IDX_SEQ_ID + 1) * sizeof(uint32_t)) {
			pr_err("%s:  payload size of %d is less than expected %d.\n",
			pr_err("%s:  payload size of %d is less than expected %ld.\n",
					__func__, data->payload_size,
					((READDONE_IDX_SEQ_ID + 1) * sizeof(uint32_t)));
			spin_unlock_irqrestore(