[PATCH 06/32] drm/bridge: samsung-dsim: remove redundant logging

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Jun 25 16:45:10 UTC 2025


This line logged as info is 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.

This avoids the need to access the @name field in struct mipi_dsi_device.

Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>
---
 drivers/gpu/drm/bridge/samsung-dsim.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/bridge/samsung-dsim.c b/drivers/gpu/drm/bridge/samsung-dsim.c
index f2f666b27d2d5ec016d7a7f47c87fcdf1377d41a..612651ca02c02df0e4f434b8d76bd2f1274e3e4c 100644
--- a/drivers/gpu/drm/bridge/samsung-dsim.c
+++ b/drivers/gpu/drm/bridge/samsung-dsim.c
@@ -1757,11 +1757,6 @@ static int samsung_dsim_host_attach(struct mipi_dsi_host *host,
 		return ret;
 	}
 
-	DRM_DEV_INFO(dev, "Attached %s device (lanes:%d bpp:%d mode-flags:0x%lx)\n",
-		     device->name, device->lanes,
-		     mipi_dsi_pixel_format_to_bpp(device->format),
-		     device->mode_flags);
-
 	drm_bridge_add(&dsi->bridge);
 
 	/*

-- 
2.49.0



More information about the dri-devel mailing list