diff options
author | Yannick Fertré <[email protected]> | 2019-06-03 10:31:34 +0200 |
---|---|---|
committer | Benjamin Gaignard <[email protected]> | 2019-06-07 14:45:08 +0200 |
commit | 630bec0c16ee0a003d5f1f55f228b7a495c1d938 (patch) | |
tree | 4d4151c6d27671be4cf5c7d3c6d1c420ad8c03d3 | |
parent | 5ffff4415f9eeae834960226770963e2947e17eb (diff) |
drm/stm: ltdc: No message if probe
Print display controller hardware version in debug mode only.
Signed-off-by: Yannick Fertré <[email protected]>
Acked-by: Philippe Cornu <[email protected]>
Signed-off-by: Benjamin Gaignard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/stm/ltdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c index ac29890edeb6..a0c0005e72e1 100644 --- a/drivers/gpu/drm/stm/ltdc.c +++ b/drivers/gpu/drm/stm/ltdc.c @@ -1196,7 +1196,7 @@ int ltdc_load(struct drm_device *ddev) goto err; } - DRM_INFO("ltdc hw version 0x%08x - ready\n", ldev->caps.hw_version); + DRM_DEBUG_DRIVER("ltdc hw version 0x%08x\n", ldev->caps.hw_version); /* Add endpoints panels or bridges if any */ for (i = 0; i < MAX_ENDPOINTS; i++) { |