summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2024-01-26 12:44:02 +0300
committerandy.hu <andy.hu@starfivetech.com>2024-01-26 12:44:02 +0300
commit5afb8f9d4e82aa557a3d47da6955e2162a7a654d (patch)
tree8bf14d0c5640224455f51f8bfdadc354a92dee41
parentb63ace40fd5bd1087bc146cd910d65e57ff30db4 (diff)
parentcd217d8052ad5240985f9b33014680bffc5e2f1a (diff)
downloadlinux-5afb8f9d4e82aa557a3d47da6955e2162a7a654d.tar.xz
Merge branch 'CR_8965_vin_515_changhuang.liang' into 'jh7110-5.15.y-devel'
CR_8965_vin_515_changhuang.liang media: starfive: Lower the priority of print See merge request sdk/linux!1015
-rw-r--r--drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c b/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
index e82588d10c8d..7832a32f6073 100644
--- a/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
+++ b/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
@@ -200,8 +200,7 @@ static irqreturn_t stf_vin_isp_irq_csiline_handler(int irq, void *priv)
reg_set_bit(ispbase, ISP_REG_CSIINTS_ADDR, 0x30000, 0x30000);
reg_set_bit(ispbase, ISP_REG_IESHD_ADDR, BIT(1) | BIT(0), 0x3);
} else {
- st_err_ratelimited(ST_VIN,
- "isp shadow_lock locked. skip this frame\n");
+ st_warn(ST_VIN, "isp shadow_lock locked. skip this frame\n");
}
/* clear interrupt */