qcacmn: Reduce log level to avoid console logging

Reducing the log level of debug log to avoid console logging
and instead get it on the cnss diag log.

Change-Id: Ie5a1eb6f45ffa97790d91528a173b16319ec760b
CRs-Fixed: 2486057
This commit is contained in:
Saket Jha
2019-07-11 16:09:41 -07:00
committed by nshrivas
parent 7f89014195
commit 16d8432a3d
2 changed files with 4 additions and 5 deletions

View File

@@ -1470,7 +1470,7 @@ static inline void hal_srng_dump_ring_desc(struct hal_soc *hal, void *hal_ring,
{
struct hal_srng *srng = (struct hal_srng *)hal_ring;
QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_FATAL,
QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO_HIGH,
ring_desc, (srng->entry_size << 2));
}