Introduce use of DRM_DEV* for logging. This makes logging in the drm subsystem more consistent.
Signed-off-by: Sam Ravnborg sam@ravnborg.org Cc: Thierry Reding thierry.reding@gmail.com Cc: David Airlie airlied@linux.ie Cc: Daniel Vetter daniel@ffwll.ch Cc: Stefan Mavrodiev stefan@olimex.com --- drivers/gpu/drm/panel/panel-truly-nt35597.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/panel/panel-truly-nt35597.c b/drivers/gpu/drm/panel/panel-truly-nt35597.c index 6317b6b35341..162e8002c114 100644 --- a/drivers/gpu/drm/panel/panel-truly-nt35597.c +++ b/drivers/gpu/drm/panel/panel-truly-nt35597.c @@ -581,7 +581,7 @@ static int truly_nt35597_probe(struct mipi_dsi_device *dsi) ctx->config = of_device_get_match_data(dev);
if (!ctx->config) { - dev_err(dev, "missing device configuration\n"); + DRM_DEV_ERROR(dev, "missing device configuration\n"); return -ENODEV; }