media: camss: vfe: Decrease priority of of VFE HW version to 'dbg'
authorRobert Foss <robert.foss@linaro.org>
Mon, 26 Jul 2021 08:01:11 +0000 (10:01 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:37 +0000 (10:07 +0200)
The HW Version can in no case represent an error, so change the print
priority to 'dbg'.

Signed-off-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/camss/camss-vfe-170.c
drivers/media/platform/qcom/camss/camss-vfe-4-7.c
drivers/media/platform/qcom/camss/camss-vfe-4-8.c

index 8594d275b41d19374cbed0e452a4bb95d25e5fee..1ad502a1c2767422df30a9915a2c2df197d59bf7 100644 (file)
@@ -185,7 +185,7 @@ static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev)
        u32 rev = (hw_version >> 16) & 0xFFF;
        u32 step = hw_version & 0xFFFF;
 
-       dev_err(dev, "VFE HW Version = %u.%u.%u\n", gen, rev, step);
+       dev_dbg(dev, "VFE HW Version = %u.%u.%u\n", gen, rev, step);
 }
 
 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits)
index a5963521775836d61388b24e30df33b28b6fe7f8..13f0fa6a7d60c817244e681fa6c62afbdb3e03e9 100644 (file)
@@ -258,7 +258,7 @@ static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev)
 {
        u32 hw_version = readl_relaxed(vfe->base + VFE_0_HW_VERSION);
 
-       dev_err(dev, "VFE HW Version = 0x%08x\n", hw_version);
+       dev_dbg(dev, "VFE HW Version = 0x%08x\n", hw_version);
 }
 
 static u16 vfe_get_ub_size(u8 vfe_id)
index 998429dbb65cd2256877ce37d41fa80e1bf6edd0..03f92a6737b0f03ebeaaa4d746c863c1a6b744a3 100644 (file)
@@ -251,7 +251,7 @@ static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev)
 {
        u32 hw_version = readl_relaxed(vfe->base + VFE_0_HW_VERSION);
 
-       dev_err(dev, "VFE HW Version = 0x%08x\n", hw_version);
+       dev_dbg(dev, "VFE HW Version = 0x%08x\n", hw_version);
 }
 
 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits)