qcacmn: Fix compilation warnings on x86

Fix the compilation warnings on x86.

Change-Id: Ic9edafc5b33462f5c96faa391e6441141aa09837
CRs-Fixed: 3591586
This commit is contained in:
Gururaj Pandurangi
2022-10-31 17:40:52 -07:00
committed by Rahul Choudhary
parent c73beace9b
commit 0b84f05679
5 changed files with 7 additions and 7 deletions

View File

@@ -18177,7 +18177,7 @@ static QDF_STATUS extract_green_ap_ll_ps_param_tlv(
((uint64_t)ll_ps_event->next_tsf_high32 << 32) |
ll_ps_event->next_tsf_low32;
wmi_debug("cookie : %llu next_tsf %llu", ll_ps_params->dialog_token,
wmi_debug("cookie : %u next_tsf %llu", ll_ps_params->dialog_token,
ll_ps_params->next_tsf);
return QDF_STATUS_SUCCESS;