summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanghuang Liang <changhuang.liang@starfivetech.com>2024-01-23 09:29:04 +0300
committerChanghuang Liang <changhuang.liang@starfivetech.com>2024-01-23 09:29:04 +0300
commitcd217d8052ad5240985f9b33014680bffc5e2f1a (patch)
tree8bf14d0c5640224455f51f8bfdadc354a92dee41
parentb63ace40fd5bd1087bc146cd910d65e57ff30db4 (diff)
downloadlinux-cd217d8052ad5240985f9b33014680bffc5e2f1a.tar.xz
media: starfive: Lower the priority of print
Lower the priority of print Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
-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 */