On Thu, 23 Jan 2025 17:09:08 +0200 Jani Nikula <jani.nikula@xxxxxxxxx> wrote: > The expectation is that the struct drm_device based logging helpers get > passed an actual struct drm_device pointer rather than some random > struct pointer where you can dereference the ->dev member. > > Convert drm_err(host, ...) to dev_err(host->dev, ...). This matches > current usage, as struct drm_device is not available, but drops "[drm] > *ERROR*" from logs. > > Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx> Reviewed-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com