Re: [PATCH v3 03/10] drm/bochs: Replace module-init boiler-plate code with DRM helpers

From: Gerd Hoffmann
Date: Wed Dec 22 2021 - 05:21:48 EST


On Wed, Dec 22, 2021 at 09:28:24AM +0100, Javier Martinez Canillas wrote:
> -static int __init bochs_init(void)
> -{
> - if (drm_firmware_drivers_only() && bochs_modeset == -1)
> - return -EINVAL;

Also cleanup bochs_modeset? I guess its not used any more after this
patch ...

take care,
Gerd