소스 검색

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 2 년 전
부모
커밋
fe6916101a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);