Re: [PATCH v2] drm/msm/dsi: Drop the redundant fail label

2023-01-17 Thread Dmitry Baryshkov
On Wed, 11 Jan 2023 09:10:06 +0800, Jiasheng Jiang wrote: > Drop the redundant fail label and change the "goto fail" into "return ret" > since they are the same. > > Applied, thanks! [1/1] drm/msm/dsi: Drop the redundant fail label https://gitlab.freedesktop.org/lumag/msm/-/commit/dc57f

Re: [PATCH v2] drm/msm/dsi: Drop the redundant fail label

2023-01-17 Thread Dmitry Baryshkov
On 11/01/2023 03:10, Jiasheng Jiang wrote: Drop the redundant fail label and change the "goto fail" into "return ret" since they are the same. Reviewed-by: Doug Anderson Signed-off-by: Jiasheng Jiang --- Changelog: v1 -> v2: 1. No change of the error handling of the irq_of_parse_and_map. ---

[PATCH v2] drm/msm/dsi: Drop the redundant fail label

2023-01-10 Thread Jiasheng Jiang
Drop the redundant fail label and change the "goto fail" into "return ret" since they are the same. Reviewed-by: Doug Anderson Signed-off-by: Jiasheng Jiang --- Changelog: v1 -> v2: 1. No change of the error handling of the irq_of_parse_and_map. --- drivers/gpu/drm/msm/dsi/dsi_host.c | 24 +++