diff options
| author | Arif Hussain <arifhussain@codeaurora.org> | 2017-02-15 16:14:59 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-02-16 20:35:19 -0800 |
| commit | c398369d83e06e8e4ce78637f303cc5c54db4359 (patch) | |
| tree | 69f938459746d77a3085930dc9b3140a73f40b6e | |
| parent | a988e9fab6cf7965852fe999e268799e5c871b99 (diff) | |
qcacld-3.0: Remove unnecessary log from wlansap_roam_callback
wlansap_roam_callback function logging an error message if
roam_status is not handled, in default case of switch, but same
information is logged before switch. So remove this log.
Change-Id: Id53eb392929d9328f959c7e54d7f0a5dd77b0739
CRs-Fixed: 2007415
| -rw-r--r-- | core/sap/src/sap_api_link_cntl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/sap/src/sap_api_link_cntl.c b/core/sap/src/sap_api_link_cntl.c index 773c8a8407ce..2030b09caa31 100644 --- a/core/sap/src/sap_api_link_cntl.c +++ b/core/sap/src/sap_api_link_cntl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -1025,10 +1025,6 @@ wlansap_roam_callback(void *ctx, tCsrRoamInfo *csr_roam_info, uint32_t roamId, FL("Received set channel Indication")); break; default: - QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR, - FL("CSR roam_status not handled roam_status = %s (%d)"), - get_e_roam_cmd_status_str(roam_status), - roam_status); break; } |
