On Mon, Oct 28, 2024 at 3:04 PM Jani Nikula <[email protected]> wrote: > > drm_dev_register() already prints the same information on successful > init. Remove the redundant prints. > > Signed-off-by: Jani Nikula <[email protected]>
Acked-by: Alex Deucher <[email protected]> > > --- > > Note: I prefer to merge this together with the next patch via > drm-misc-next. > > Cc: Oleksandr Andrushchenko <[email protected]> > Cc: Maarten Lankhorst <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Simona Vetter <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/xen/xen_drm_front.c | 5 ----- > 1 file changed, 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: > -- > 2.39.5 >
