summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitesh Shah <niteshs@codeaurora.org>2016-09-29 17:24:09 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-10-07 09:49:00 -0700
commitd60bde2bb6d1ffb4716149821069d5cd8c98f8f3 (patch)
tree42be716fb7f3e1bf0d752e0ec905d36f099c1f3a
parenta546aea62da119ab885cf36501951e8365f304b3 (diff)
qcacld-3.0: Move a cds log to appropriate log level
A cds log for cds_get_channel_list() is printing quite often and spamming the kernel logs. This log is not for error. Hence moving this to appropriate log level. Change-Id: I5d037f47729b612d6754e64f46b627998ec026f8 CRs-Fixed: 1072651
-rw-r--r--core/cds/src/cds_concurrency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cds/src/cds_concurrency.c b/core/cds/src/cds_concurrency.c
index 946dc819b45a..76831e3d58ca 100644
--- a/core/cds/src/cds_concurrency.c
+++ b/core/cds/src/cds_concurrency.c
@@ -4644,7 +4644,7 @@ QDF_STATUS cds_get_channel_list(enum cds_pcl_type pcl,
if (CDS_NONE == pcl) {
/* msg */
- cds_err("pcl is 0");
+ cds_info("pcl is 0");
return QDF_STATUS_SUCCESS;
}
/* get the channel list for current domain */