]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/bridge: ti-sn65dsi86: Remove extra semicolon in ti_sn_bridge_probe()
authorDouglas Anderson <dianders@chromium.org>
Mon, 14 Jul 2025 20:06:32 +0000 (13:06 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 22 Jul 2025 14:46:34 +0000 (07:46 -0700)
As reported by the kernel test robot, a recent patch introduced an
unnecessary semicolon. Remove it.

Fixes: 55e8ff842051 ("drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506301704.0SBj6ply-lkp@intel.com/
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20250714130631.1.I1cfae3222e344a3b3c770d079ee6b6f7f3b5d636@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c

index de9c2353746502513e0628767ffd4d70ad0997e4..834b42a4d31f8deb8ba99065f63d6bb3426d6a2a 100644 (file)
@@ -1373,7 +1373,7 @@ static int ti_sn_bridge_probe(struct auxiliary_device *adev,
                        regmap_update_bits(pdata->regmap, SN_HPD_DISABLE_REG,
                                           HPD_DISABLE, 0);
                mutex_unlock(&pdata->comms_mutex);
-       };
+       }
 
        drm_bridge_add(&pdata->bridge);