qcacld-3.0: Selectively reduce the hdd/osif logs

Reduce loglevel of some logs from info to debug.

Change-Id: Ie90515989a45bc41274bd79afe4c5e407561256b
CRs-Fixed: 2608793
此提交包含在:
Arun Kumar Khandavalli
2020-01-20 11:46:36 +05:30
提交者 nshrivas
父節點 d7df29402b
當前提交 afcb0553ff
共有 18 個檔案被更改,包括 150 行新增135 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -109,7 +109,7 @@ void hdd_notify_teardown_tdls_links(struct wlan_objmgr_psoc *psoc)
vdev = ucfg_get_tdls_vdev(psoc, WLAN_OSIF_ID);
if (!vdev) {
osif_err("Unable to get the vdev");
osif_debug("Unable to get the vdev");
return;
}
osif_priv = wlan_vdev_get_ospriv(vdev);