From e37ba25faa1a6ae4f90ef7c978883f54fc3fe204 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 30 Dec 2019 12:34:58 -0800 Subject: [PATCH] qcacld-3.0: Change wlan vdev log level from error error to debug After removing alarms, suspend failures are still seen saying that linux is failing to freeze tasks. This is because there is an error log message that indicates that at the time of suspend, there was no active wlan vdev since the DUT is also in airplane mode. Thus, change the log message level from error to debug. Change-Id: I7ef0f0d9cf6eab26e53f62a176fc771e862b8ccd CRs-Fixed: 2594922 --- core/sme/src/csr/csr_api_scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sme/src/csr/csr_api_scan.c b/core/sme/src/csr/csr_api_scan.c index a548c0188e..a7cf29929c 100644 --- a/core/sme/src/csr/csr_api_scan.c +++ b/core/sme/src/csr/csr_api_scan.c @@ -1692,7 +1692,7 @@ QDF_STATUS csr_scan_abort_mac_scan(struct mac_context *mac_ctx, vdev_id, WLAN_LEGACY_SME_ID); if (!vdev) { - sme_err("Failed get vdev"); + sme_debug("Failed get vdev"); qdf_mem_free(req); return QDF_STATUS_E_INVAL; }