From: Jani Nikula Date: Mon, 29 Jul 2024 17:33:20 +0000 (+0300) Subject: drm/i915/bios: remove stale and useless comments X-Git-Tag: v6.12-rc1~15^2~26^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4c288f56030f380acb9572d88396ac15edfd30ed;p=linux-block.git drm/i915/bios: remove stale and useless comments The comments do not add any value. Remove. Reviewed-by: Vandita Kulkarni Link: https://patchwork.freedesktop.org/patch/msgid/20240729173320.1053791-1-jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c index 02443462bec3..460e83f0d5a5 100644 --- a/drivers/gpu/drm/i915/display/intel_bios.c +++ b/drivers/gpu/drm/i915/display/intel_bios.c @@ -1692,14 +1692,6 @@ parse_mipi_config(struct drm_i915_private *i915, /* Initialize this to undefined indicating no generic MIPI support */ panel->vbt.dsi.panel_id = MIPI_DSI_UNDEFINED_PANEL_ID; - /* Block #40 is already parsed and panel_fixed_mode is - * stored in i915->lfp_vbt_mode - * resuse this when needed - */ - - /* Parse #52 for panel index used from panel_type already - * parsed - */ start = bdb_find_section(i915, BDB_MIPI_CONFIG); if (!start) { drm_dbg_kms(&i915->drm, "No MIPI config BDB found");