qcacmn: HTC: Reduce the log spam in kmsg

Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: I1a20a6b9e4c9de8c79517aafed70f0e7eea920fb
CRs-Fixed: 2017427
Šī revīzija ir iekļauta:
Srinivas Girigowda
2017-03-10 16:00:40 -08:00
revīziju iesūtīja snandini
vecāks 43977f7e6d
revīzija 38ee305644
2 mainīti faili ar 5 papildinājumiem un 5 dzēšanām

Parādīt failu

@@ -383,14 +383,14 @@ QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle,
QDF_TIMER_TYPE_SW);
}
AR_DEBUG_PRINTF(ATH_DEBUG_SETUP,
AR_DEBUG_PRINTF(ATH_DEBUG_INFO,
("HTC Service:0x%4.4X, ULpipe:%d DLpipe:%d id:%d Ready\n",
pEndpoint->service_id, pEndpoint->UL_PipeID,
pEndpoint->DL_PipeID, pEndpoint->Id));
if (disableCreditFlowCtrl && pEndpoint->TxCreditFlowEnabled) {
pEndpoint->TxCreditFlowEnabled = false;
AR_DEBUG_PRINTF(ATH_DEBUG_WARN,
AR_DEBUG_PRINTF(ATH_DEBUG_INFO,
("HTC Service:0x%4.4X ep:%d TX flow control disabled\n",
pEndpoint->service_id,
assignedEndpoint));