Remove unnecessary goto labels to improve code readability. Liao Yuanhong (4): drm/i915/gem: Remove goto label that are only used once drm/imagination: Remove goto label that are only used once drm/imx: Remove goto label that are only used once drm/panel: Remove goto label that are only used once
drivers/gpu/drm/i915/gem/i915_gem_region.c | 10 ++++------ drivers/gpu/drm/imagination/pvr_cccb.c | 8 ++------ drivers/gpu/drm/imagination/pvr_fw_startstop.c | 13 +++++-------- drivers/gpu/drm/imx/dcss/dcss-drv.c | 8 ++------ drivers/gpu/drm/panel/panel-innolux-ej030na.c | 7 ++----- drivers/gpu/drm/panel/panel-orisetech-ota5601a.c | 7 ++----- 6 files changed, 17 insertions(+), 36 deletions(-) -- 2.34.1