soc: qcom: rpmh: use warn_on instead of bug when rpmh timeout.
The original BUG was added by QCOM to detect RPMh lockup issue. However, the BUG can
also be triggered when other RT tasks run for a long time, e.g., hci_thread in b/79839098,
or during SynthMark system performance tests. Replace the BUG with WARN_ON to prevent
system reset due to issues specific to such RT tasks.
Bug: 79839098
Change-Id: Id9f11243b5422a42f65ad7dc26340711b90f5c48
Signed-off-by: Siyuan Zhou <siyuanzhou@google.com>
1 file changed