Parcourir la source

qcacld-3.0: Fix the format specifier compilation error

Fix the format specifier compilation error in
lim_populate_ml_probe_req().

Change-Id: Ib5ba623d128fbf8357189673c808280ba2bc0163
CRs-Fixed: 3224133
Deeksha Gupta il y a 2 ans
Parent
commit
fe6916101a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/mac/src/pe/lim/lim_send_management_frames.c

+ 1 - 1
core/mac/src/pe/lim/lim_send_management_frames.c

@@ -223,7 +223,7 @@ lim_populate_ml_probe_req(struct mac_context *mac,
 	ml_prb_req->ml_ie_ff.elem_len = ml_probe_len;
 	*ml_probe_req_len = ml_probe_len;
 
-	pe_nofl_debug("Send ML probe req %d", ml_probe_len);
+	pe_nofl_debug("Send ML probe req %zu", ml_probe_len);
 	QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG,
 			   ml_probe, ml_probe_len);