qcacld-3.0: Optimize schedule msg post error logging
Change-Id: Ieaddca5f141c99c42ed4a7c954dea2788e353640 CRs-Fixed: 2373015
This commit is contained in:

committed by
nshrivas

parent
474e231b14
commit
3e6627a9f9
@@ -1726,7 +1726,6 @@ QDF_STATUS p2p_cleanup_tx_sync(
|
||||
QDF_MODULE_ID_P2P,
|
||||
QDF_MODULE_ID_OS_IF, &msg);
|
||||
if (status != QDF_STATUS_SUCCESS) {
|
||||
p2p_err("failed to post message");
|
||||
qdf_mem_free(param);
|
||||
return status;
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2019 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
|
||||
@@ -727,7 +727,6 @@ QDF_STATUS p2p_cleanup_roc_sync(
|
||||
QDF_MODULE_ID_P2P,
|
||||
QDF_MODULE_ID_OS_IF, &msg);
|
||||
if (status != QDF_STATUS_SUCCESS) {
|
||||
p2p_err("failed to post message");
|
||||
qdf_mem_free(param);
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user