[PATCH 1/5] drm/mipi-dsi: stop passing non struct drm_device to drm_err() and friends
Luca Ceresoli
luca.ceresoli at bootlin.com
Tue Feb 25 16:52:52 UTC 2025
On Thu, 23 Jan 2025 17:09:08 +0200
Jani Nikula <jani.nikula at intel.com> 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 at intel.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli at bootlin.com>
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the Intel-gfx
mailing list