Replace an open-coded goto-again construct with a while loop and a custom MHZ macro with the common HZ_PER_MHZ.
Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> --- Philipp Zabel (2): drm/bridge: samsung-dsim: use while loop in samsung_dsim_transfer_start drm/bridge: samsung-dsim: Use HZ_PER_MHZ macro from units.h drivers/gpu/drm/bridge/samsung-dsim.c | 77 +++++++++++++++-------------------- 1 file changed, 33 insertions(+), 44 deletions(-) --- base-commit: 99764593528f9e0ee9509f9e4a4eb21db99d0681 change-id: 20250527-samsung-dsim-2bae3b45f77b Best regards, -- Philipp Zabel <p.za...@pengutronix.de>