summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@codeaurora.org>2018-01-18 14:49:54 -0800
committerRajeev Kumar <rajekuma@codeaurora.org>2018-01-18 14:52:22 -0800
commitbd3d6e2e0b2b3ca1128a807a786b8b3bc7de2e90 (patch)
tree2c6ce23ceea070309a3dd521a101bdd8428f5266
parent886da1bbaab964c80d47d24f987a567b05935f3a (diff)
qcacld-3.0: Optimize driver init time log from HIF layer
Optimize driver init time log from HIF layer to avoid any console logging related side effect. Change-Id: If4331eb857d52330dc270cc8ebf6b559daa9413b CRs-Fixed: 2170144
-rw-r--r--core/dp/htt/htt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/dp/htt/htt.c b/core/dp/htt/htt.c
index 7c89beee15bc..ddad788f1d83 100644
--- a/core/dp/htt/htt.c
+++ b/core/dp/htt/htt.c
@@ -400,13 +400,13 @@ htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev,
pdev->cfg.is_full_reorder_offload =
ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev);
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
- "is_full_reorder_offloaded? %d",
+ "full_reorder_offloaded %d",
(int)pdev->cfg.is_full_reorder_offload);
pdev->cfg.ce_classify_enabled =
ol_cfg_is_ce_classify_enabled(ctrl_pdev);
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
- "ce_classify_enabled? %d",
+ "ce_classify %d",
pdev->cfg.ce_classify_enabled);
if (pdev->cfg.is_high_latency) {