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
This commit is contained in:
Alan Chen 2019-12-30 12:34:58 -08:00 committed by nshrivas
parent 07d4ceae01
commit e37ba25faa

View File

@ -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;
}