qcacld-3.0: Update failure log of qdf_delayed_work_start

Currently, interface change request failure is indicated
whenever qdf_delayed_work_start returns false which may
indicate wrong failure reason as qdf_delayed_work_start
returns false in case any other request is already started.

Fix is to update failure log of qdf_delayed_work_start
to avoid any wrong indication.

Change-Id: Icf75ab5eff5b225bb7a2db1d8327bde6bb4fc9ac
CRs-Fixed: 3042780
This commit is contained in:
sheenam monga
2021-09-22 12:19:25 +05:30
committed by Madan Koyyalamudi
parent 253a7f72d1
commit 12c2d0a54b

View File

@@ -2497,7 +2497,7 @@ sap_restart:
if (!qdf_delayed_work_start(&pm_ctx->sta_ap_intf_check_work,
timeout_ms)) {
policy_mgr_err("change interface request failure");
policy_mgr_debug("change interface request already queued");
return;
}
}