qcacmn: Remove references to EOK
EOK is a legacy definition and frequently misused. Remove references to it from qcacmn. Change-Id: Ic3179ad95beb75edb97e1dda7ac879a65a86a2e4 CRs-Fixed: 2404900
这个提交包含在:
@@ -429,7 +429,7 @@ int epping_connect_service(epping_context_t *pEpping_ctx)
|
||||
/* connect to service */
|
||||
connect.service_id = WMI_DATA_BE_SVC;
|
||||
status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response);
|
||||
if (status != EOK) {
|
||||
if (QDF_IS_STATUS_ERROR(status)) {
|
||||
EPPING_LOG(QDF_TRACE_LEVEL_FATAL,
|
||||
"Failed to connect to Endpoint Ping BE service status:%d\n",
|
||||
status);
|
||||
@@ -443,7 +443,7 @@ int epping_connect_service(epping_context_t *pEpping_ctx)
|
||||
#if defined(HIF_PCI) || defined(HIF_USB) || defined(HIF_SNOC)
|
||||
connect.service_id = WMI_DATA_BK_SVC;
|
||||
status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response);
|
||||
if (status != EOK) {
|
||||
if (QDF_IS_STATUS_ERROR(status)) {
|
||||
EPPING_LOG(QDF_TRACE_LEVEL_FATAL,
|
||||
"Failed to connect to Endpoint Ping BK service status:%d\n",
|
||||
status);
|
||||
|
在新工单中引用
屏蔽一个用户