qcacld-3.0: Reduce log level of certain error logs
Reduce log level of a few error logs to reduce excessive logging. Change-Id: I3e93d033bc29a7dfee5c5ef18d52cded54fc1cbb CRs-Fixed: 3035970
This commit is contained in:

committed by
Madan Koyyalamudi

부모
062e9de50c
커밋
98f9fe57f4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2018, 2020-2021 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
|
||||
@@ -156,7 +156,7 @@ QDF_STATUS ucfg_action_oui_send(struct wlan_objmgr_psoc *psoc)
|
||||
continue;
|
||||
status = action_oui_send(psoc_priv, id);
|
||||
if (!QDF_IS_STATUS_SUCCESS(status))
|
||||
action_oui_err("Failed to send: %u", id);
|
||||
action_oui_debug("Failed to send: %u", id);
|
||||
}
|
||||
|
||||
exit:
|
||||
|
Reference in New Issue
Block a user