summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2017-05-11 16:00:39 +0300
committerAnson Huang <Anson.Huang@nxp.com>2017-06-09 22:22:39 +0800
commit5e98aaec8ee9e2f78fe13cafe95053ecf5654903 (patch)
tree67629bd03f03fe602ee76cc893759ceee884cedc /drivers/video
parent2cc185d602eeccea80e307117919773182bfbd60 (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')
-rw-r--r--drivers/video/fbdev/mxc/mipi_dsi_samsung.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mxc/mipi_dsi_samsung.c b/drivers/video/fbdev/mxc/mipi_dsi_samsung.c
index 491ea68a124c..3b2a0ee10c8e 100644
--- a/drivers/video/fbdev/mxc/mipi_dsi_samsung.c
+++ b/drivers/video/fbdev/mxc/mipi_dsi_samsung.c
@@ -925,7 +925,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;
}