Browse Source

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 years ago
parent
commit
2e58d6e054
1 changed files with 0 additions and 3 deletions
  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;
 	}