qcacmn: Rate limit logs when wake request fails
Excessive logging is detected when force wake request command fails. Rate limit the logs in hif_force_wake_request and hal_write32_mb. Change-Id: I9b1166074dfdb2d58d811571c802a75a6dbc03c5 CRs-Fixed: 2823961
This commit is contained in:
@@ -290,7 +290,7 @@ static inline void hal_write32_mb(struct hal_soc *hal_soc, uint32_t offset,
|
||||
if (!hal_soc->init_phase) {
|
||||
ret = hif_force_wake_request(hal_soc->hif_handle);
|
||||
if (ret) {
|
||||
hal_err("Wake up request failed");
|
||||
hal_err_rl("Wake up request failed");
|
||||
qdf_check_state_before_panic();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user