On Thu, 23 Jan 2025 17:09:08 +0200 Jani Nikula <[email protected]> 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 <[email protected]> Reviewed-by: Luca Ceresoli <[email protected]> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
