summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/mxc
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2017-05-11 16:00:15 +0300
committerAnson Huang <Anson.Huang@nxp.com>2017-06-09 22:22:39 +0800
commit2cc185d602eeccea80e307117919773182bfbd60 (patch)
tree6b119f3ee51ef078162f427784e80ad2abea2a9f /drivers/video/fbdev/mxc
parente35e7bdd8818f801db29480accb989a11e62ea1a (diff)
MLK-14800: fbdev: Refactor printed information
Debug info should not be printed using pr_info on init. Use pr_debug instead. Also, use the driver name, since there is more than one MIPI DSI driver. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Diffstat (limited to 'drivers/video/fbdev/mxc')
-rw-r--r--drivers/video/fbdev/mxc/mipi_dsi_northwest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mxc/mipi_dsi_northwest.c b/drivers/video/fbdev/mxc/mipi_dsi_northwest.c
index 27f5cb0a88ab..d2a26086fbc0 100644
--- a/drivers/video/fbdev/mxc/mipi_dsi_northwest.c
+++ b/drivers/video/fbdev/mxc/mipi_dsi_northwest.c
@@ -1107,7 +1107,7 @@ static int __init mipi_dsi_init(void)
return err;
}
- pr_info("MIPI DSI driver module loaded\n");
+ pr_debug("MIPI DSI driver module loaded: %s\n", mipi_dsi_driver.driver.name);
return 0;
}