wlan : remove Device Error Detection from WDI_ProcessSetMaxTxPowerRsp

On receiving failed response from firmware for Set Max Tx Power
no need of calling WDI_DetectedDeviceError, sending failure WDI
fail status is enough.

Change-Id: Id7efe8078012bfc094929e77af3147ff8470ffd9
CRs-Fixed: 552217
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index cc5e6ff..e4a5a7c 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -18066,7 +18066,6 @@
   {
      WPAL_TRACE( eWLAN_MODULE_DAL_CTRL,  eWLAN_PAL_TRACE_LEVEL_ERROR,
               "Error status returned in Set Max Tx Power Response ");
-     WDI_DetectedDeviceError( pWDICtx, WDI_ERR_BASIC_OP_FAILURE);
      return WDI_STATUS_E_FAILURE;
   }