From b9839e0f1dc4a239d6460104ac7238de5509097a Mon Sep 17 00:00:00 2001 From: yonliu Date: Wed, 19 Jul 2023 18:17:22 +0800 Subject: [PATCH] drivers: qcom: qcom_stats: Update CX vote feature This change changes the qmp command which sends to AOP. Change-Id: I8b4377a0219c062c4814ae63f2ee9f07526287d6 Signed-off-by: yonliu --- drivers/soc/qcom/qcom_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/qcom_stats.c b/drivers/soc/qcom/qcom_stats.c index 4c13b49456b9..da42cb1d5cda 100644 --- a/drivers/soc/qcom/qcom_stats.c +++ b/drivers/soc/qcom/qcom_stats.c @@ -626,7 +626,7 @@ static void cxvt_info_fill_data(void __iomem *reg, u32 entry_count, int cx_stats_get_ss_vote_info(int ss_count, struct qcom_stats_cx_vote_info *vote_info) { - static const char buf[MAX_MSG_LEN] = "{class: arc_statis, res: cx_vote}"; + static const char buf[MAX_MSG_LEN] = "{class: misc_debug, res: cx_vote}"; void __iomem *reg; int ret; int i, j;