浏览代码

Merge "cnss2: Print the bandwidth level voted" into wlan-platform.lnx.1.0

CNSS_WLAN Service 2 年之前
父节点
当前提交
b9a7971007
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cnss2/pci.c

+ 2 - 0
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,