Browse Source

asoc: compilation fix for qcs403

Fix compilation issue with qcs403 variant compilation

Change-Id: Iae877e1a1c3c81edd9c26c9bb143216e2d3550d6
Signed-off-by: Mangesh Kunchamwar <[email protected]>
Mangesh Kunchamwar 6 years ago
parent
commit
1603e0d72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      asoc/msm-lsm-client.c

+ 1 - 1
asoc/msm-lsm-client.c

@@ -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) +