These lines logged as info are too much, drivers should be mostly silent when everything works. And now there is an equivalent dbg line logged in mipi_dsi_attach(), valid for all DSI hosts.
Signed-off-by: Luca Ceresoli <[email protected]> --- drivers/gpu/drm/mcde/mcde_dsi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/gpu/drm/mcde/mcde_dsi.c b/drivers/gpu/drm/mcde/mcde_dsi.c index 8e3b9c9c64e99239e54ba5a338cf3bbb6c84b40f..04041ad9231bd53cf4bfa18ad41caa19df3b838a 100644 --- a/drivers/gpu/drm/mcde/mcde_dsi.c +++ b/drivers/gpu/drm/mcde/mcde_dsi.c @@ -177,12 +177,6 @@ static int mcde_dsi_host_attach(struct mipi_dsi_host *host, return -EINVAL; } - dev_info(d->dev, "attached DSI device with %d lanes\n", mdsi->lanes); - /* MIPI_DSI_FMT_RGB88 etc */ - dev_info(d->dev, "format %08x, %dbpp\n", mdsi->format, - mipi_dsi_pixel_format_to_bpp(mdsi->format)); - dev_info(d->dev, "mode flags: %08lx\n", mdsi->mode_flags); - d->mdsi = mdsi; if (d->mcde) mcde_dsi_attach_to_mcde(d); -- 2.49.0
