drm/msm/dsi: Drop the redundant fail label
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Wed, 11 Jan 2023 01:10:06 +0000 (09:10 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 22 Jan 2023 20:42:57 +0000 (22:42 +0200)
commitd61980addc9c5237e3ce96d3a4858131e54f3fe4
tree3655d170e402adc6613bd08b63aca8f390b35645
parent115906ca7b535afb1fe7b5406c566ccd3873f82b
drm/msm/dsi: Drop the redundant fail label

Drop the redundant fail label and change the "goto fail" into "return ret"
since they are the same.

Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/517816/
Link: https://lore.kernel.org/r/20230111011006.6238-1-jiasheng@iscas.ac.cn
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/dsi/dsi_host.c