qcacmn: Fix mismatched format compilation error

Fix compilation error due to mismatched format type in log.

Change-Id: I9cb80f38ada13f623240fa1e5f3a53a632dac78d
CRs-Fixed: 3678442
This commit is contained in:
Surabhi Vishnoi
2023-12-04 16:07:55 +05:30
committed by Ravindra Konda
parent 95b011605e
commit 1446cc3832

View File

@@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved. * Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -142,7 +142,8 @@ int hif_rtpm_log_debug_stats(void *s, enum hif_rtpm_fill_type type)
hif_rtpm_print(type, &index, s, "%30s: %llu\n", "Last resume request timestamp", hif_rtpm_print(type, &index, s, "%30s: %llu\n", "Last resume request timestamp",
gp_hif_rtpm_ctx->stats.request_resume_ts); gp_hif_rtpm_ctx->stats.request_resume_ts);
hif_rtpm_print(type, &index, s, "%30s: %d\n", "Last resume request by", hif_rtpm_print(type, &index, s, "%30s: %llu\n",
"Last resume request by",
gp_hif_rtpm_ctx->stats.request_resume_id); gp_hif_rtpm_ctx->stats.request_resume_id);
hif_rtpm_print(type, &index, s, "%30s: %ps\n", "Last Busy Marker", hif_rtpm_print(type, &index, s, "%30s: %ps\n", "Last Busy Marker",