Skip to content

Commit

Permalink
staging: drm/imx: silence ipu_crtc_dpms debug message
Browse files Browse the repository at this point in the history
It's for debugging only, so use dev_dbg.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Philipp Zabel authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent d3e4e61 commit a8e4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/imx-drm/ipuv3-crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static void ipu_crtc_dpms(struct drm_crtc *crtc, int mode)
{
struct ipu_crtc *ipu_crtc = to_ipu_crtc(crtc);

dev_info(ipu_crtc->dev, "%s mode: %d\n", __func__, mode);
dev_dbg(ipu_crtc->dev, "%s mode: %d\n", __func__, mode);

switch (mode) {
case DRM_MODE_DPMS_ON:
Expand Down

0 comments on commit a8e4e23

Please sign in to comment.