Skip to content

Commit 15a7ca7

Browse files
committed
drm/bridge: ti-sn65dsi86: Remove extra semicolon in ti_sn_bridge_probe()
As reported by the kernel test robot, a recent patch introduced an unnecessary semicolon. Remove it. Fixes: 55e8ff8 ("drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Devarsh Thakkar <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/20250714130631.1.I1cfae3222e344a3b3c770d079ee6b6f7f3b5d636@changeid
1 parent 270b329 commit 15a7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/ti-sn65dsi86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ static int ti_sn_bridge_probe(struct auxiliary_device *adev,
13731373
regmap_update_bits(pdata->regmap, SN_HPD_DISABLE_REG,
13741374
HPD_DISABLE, 0);
13751375
mutex_unlock(&pdata->comms_mutex);
1376-
};
1376+
}
13771377

13781378
drm_bridge_add(&pdata->bridge);
13791379

0 commit comments

Comments
 (0)