aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2024-12-04 14:31:10 +0000
committerJani Nikula <[email protected]>2024-12-05 10:35:41 +0000
commit23e08dc09efade5cda2aa548b02ec5e7688ca94e (patch)
tree6ed457679ba0dfc10341880210d079882af38a07
parentdrm/nouveau: expose GSP-RM logging buffers via debugfs (diff)
downloadkernel-23e08dc09efade5cda2aa548b02ec5e7688ca94e.tar.gz
kernel-23e08dc09efade5cda2aa548b02ec5e7688ca94e.zip
drm/xen: remove redundant initialization info print
drm_dev_register() already prints the same information on successful init. Remove the redundant prints. Acked-by: Alex Deucher <[email protected]> Reviewed-by: Thomas Zimmermann <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Jacek Lawrynowicz <[email protected]> Acked-by: Jeffrey Hugo <[email protected]> Acked-by: Simon Ser <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/900b3836c80a23923ede034ab10eb344be1e35bd.1733322525.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
-rw-r--r--drivers/gpu/drm/xen/xen_drm_front.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/xen/xen_drm_front.c b/drivers/gpu/drm/xen/xen_drm_front.c
index aab79c5e34c2..931d855bfbe8 100644
--- a/drivers/gpu/drm/xen/xen_drm_front.c
+++ b/drivers/gpu/drm/xen/xen_drm_front.c
@@ -525,11 +525,6 @@ static int xen_drm_drv_init(struct xen_drm_front_info *front_info)
if (ret)
goto fail_register;
- DRM_INFO("Initialized %s %d.%d.%d %s on minor %d\n",
- xen_drm_driver.name, xen_drm_driver.major,
- xen_drm_driver.minor, xen_drm_driver.patchlevel,
- xen_drm_driver.date, drm_dev->primary->index);
-
return 0;
fail_register: