msm: camera: ispif: Ratelimit message
Ratelimit the overflow message to prevent WD bark. Change-Id: Icb098d6f3bf7ff309a315b05c571df8c870f27a2 CRs-Fixed: 1086892 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
This commit is contained in:
parent
85d7e134cc
commit
9598a2896a
1 changed files with 2 additions and 1 deletions
|
@ -1444,7 +1444,8 @@ static inline void msm_ispif_read_irq_status(struct ispif_irq_status *out,
|
|||
}
|
||||
|
||||
if (fatal_err == true) {
|
||||
pr_err("%s: fatal error, stop ispif immediately\n", __func__);
|
||||
pr_err_ratelimited("%s: fatal error, stop ispif immediately\n",
|
||||
__func__);
|
||||
for (i = 0; i < ispif->vfe_info.num_vfe; i++) {
|
||||
msm_camera_io_w(ISPIF_STOP_INTF_IMMEDIATELY,
|
||||
ispif->base + ISPIF_VFE_m_INTF_CMD_0(i));
|
||||
|
|
Loading…
Add table
Reference in a new issue