瀏覽代碼

qcacld-3.0: Remove duplicate wake up reason logging

wma_wow_wakeup_host_event already logs wake up reason at
the begining of the function. Remove duplicate logging for
wake up reason.

Change-Id: I1b3a3099c395dcf050e0c1c42677686c2c4911ef
CRs-Fixed: 1059065
Rajeev Kumar 8 年之前
父節點
當前提交
2e58d6e054
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/wma/src/wma_features.c

+ 0 - 3
core/wma/src/wma_features.c

@@ -3354,9 +3354,6 @@ int wma_wow_wakeup_host_event(void *handle, uint8_t *event,
 		WMA_LOGD(FL("Host woken up for OEM Response event"));
 		break;
 	default:
-		WMA_LOGE(FL("WOW reason %s(%d)- not handled"),
-			wma_wow_wake_reason_str(wake_info->wake_reason),
-			wake_info->wake_reason);
 		break;
 	}