Skip to content

Commit 57d6654

Browse files
Yannick Fertrefourmone
authored andcommitted
drm/stm: dsi: replace warning by debug message
To avoid too many warning during low power test, replace warning by a drm debug message. This is a miss and should not be upstream. Change-Id: I8600fac164d2bb91abbc58ce7648b35b7da09ba8 Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/441014 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
1 parent ee70959 commit 57d6654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/stm/dw_mipi_dsi-stm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ static void dw_mipi_dsi_clk_disable(struct clk_hw *clk)
493493
dsi_clear(dsi, DSI_WRPCR, WRPCR_REGEN | WRPCR_BGREN);
494494
}
495495
} else {
496-
DRM_WARN("Warning peripheral clock was not enabled!\n");
496+
DRM_DEBUG_DRIVER("Warning peripheral clock was not enabled!\n");
497497
}
498498
}
499499

0 commit comments

Comments
 (0)