From 550db9a19ed05e70dd24f44066b8a14a5812fb4e Mon Sep 17 00:00:00 2001 From: Changhuang Liang Date: Tue, 23 Jan 2024 14:29:04 +0800 Subject: media: starfive: Lower the priority of print Lower the priority of print Signed-off-by: Changhuang Liang --- drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c | 3 +-- 1 file changed, 1 insertion(+), 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 */ -- cgit v1.2.3