From 1446cc3832e5d1df6df0ee6370cea9c3f83e8bd4 Mon Sep 17 00:00:00 2001 From: Surabhi Vishnoi Date: Mon, 4 Dec 2023 16:07:55 +0530 Subject: [PATCH] qcacmn: Fix mismatched format compilation error Fix compilation error due to mismatched format type in log. Change-Id: I9cb80f38ada13f623240fa1e5f3a53a632dac78d CRs-Fixed: 3678442 --- hif/src/hif_runtime_pm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hif/src/hif_runtime_pm.c b/hif/src/hif_runtime_pm.c index 9c72816728..cac6aed448 100644 --- a/hif/src/hif_runtime_pm.c +++ b/hif/src/hif_runtime_pm.c @@ -1,6 +1,6 @@ /* * 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 * 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", 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); hif_rtpm_print(type, &index, s, "%30s: %ps\n", "Last Busy Marker",