asoc: compilation fix for qcs403
Fix compilation issue with qcs403 variant compilation Change-Id: Iae877e1a1c3c81edd9c26c9bb143216e2d3550d6 Signed-off-by: Mangesh Kunchamwar <mangeshk@codeaurora.org>
This commit is contained in:
parent
ab8586d542
commit
1603e0d72b
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ static void lsm_event_handler(uint32_t opcode, uint32_t token,
|
|||
if (!tmp) {
|
||||
spin_unlock_irqrestore(&prtd->event_lock, flags);
|
||||
dev_err(rtd->dev,
|
||||
"%s: Failed to allocate memory for %s, size = %lu\n",
|
||||
"%s: Failed to allocate memory for %s, size = %zu\n",
|
||||
__func__,
|
||||
"LSM_SESSION_DETECTION_ENGINE_GENERIC_EVENT",
|
||||
sizeof(struct snd_lsm_event_status) +
|
||||
|
|
Loading…
Reference in a new issue