Re: [PATCH v2 1/3] drm/xen: remove redundant initialization info print

2024-12-04 Thread Thomas Zimmermann
Am 04.12.24 um 15:31 schrieb Jani Nikula: drm_dev_register() already prints the same information on successful init. Remove the redundant prints. Acked-by: Alex Deucher Signed-off-by: Jani Nikula --- Note: I prefer to merge this together with the next patch via drm-misc-next. Cc: Oleksa

Re: [PATCH v2 1/3] drm/xen: remove redundant initialization info print

2024-10-28 Thread Alex Deucher
On Mon, Oct 28, 2024 at 3:04 PM Jani Nikula wrote: > > drm_dev_register() already prints the same information on successful > init. Remove the redundant prints. > > Signed-off-by: Jani Nikula Acked-by: Alex Deucher > > --- > > Note: I prefer to merge this together with the next patch via > drm