From 418727f314fae42aad2f714d13e632ba12d8c635 Mon Sep 17 00:00:00 2001 From: Lin Bai Date: Mon, 6 Jun 2022 15:41:39 +0800 Subject: [PATCH] cnss2: Print the bandwidth level voted Print the bandwidth level voted. Change-Id: Icb747e622931456a0ad79047865f0d97b5c2b7dd --- cnss2/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cnss2/pci.c b/cnss2/pci.c index 58fba0e47f..61757426c8 100644 --- a/cnss2/pci.c +++ b/cnss2/pci.c @@ -935,6 +935,8 @@ static int cnss_setup_bus_bandwidth(struct cnss_plat_data *plat_priv, return -EINVAL; } + cnss_pr_vdbg("Bandwidth vote to %d, save %d\n", bw, save); + list_for_each_entry(bus_bw_info, &plat_priv->icc.list_head, list) { ret = icc_set_bw(bus_bw_info->icc_path, bus_bw_info->cfg_table[bw].avg_bw,