mbox series

[v2,0/4] drm/msm/dsi: Minor cleanups

Message ID 20250214-drm-msm-cleanups-v2-0-1bec50f37dc1@linaro.org
Headers show
Series drm/msm/dsi: Minor cleanups | expand

Message

Krzysztof Kozlowski Feb. 14, 2025, 1:17 p.m. UTC
Changes in v2:
- Patch #2: Update commit msg
- Tags
- Link to v1: https://lore.kernel.org/r/20250106-drm-msm-cleanups-v1-0-271ff1c00795@linaro.org

Few minor improvements/cleanups why browsing the code.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      drm/msm/dsi: Drop redundant NULL-ifying of clocks on error paths
      drm/msm/dsi: Simplify with dev_err_probe()
      drm/msm/dsi: Minor whitespace and style cleanup
      drm/msm/dsi: Drop unnecessary -ENOMEM message

 drivers/gpu/drm/msm/dsi/dsi_host.c | 158 ++++++++++++++++---------------------
 1 file changed, 68 insertions(+), 90 deletions(-)
---
base-commit: 88cdcf93795d293aec92218477e6f857cce9156a
change-id: 20250106-drm-msm-cleanups-ddacf1fc3ba5

Best regards,

Comments

Dmitry Baryshkov Feb. 27, 2025, 4:37 a.m. UTC | #1
On Fri, 14 Feb 2025 14:17:43 +0100, Krzysztof Kozlowski wrote:
> Changes in v2:
> - Patch #2: Update commit msg
> - Tags
> - Link to v1: https://lore.kernel.org/r/20250106-drm-msm-cleanups-v1-0-271ff1c00795@linaro.org
> 
> Few minor improvements/cleanups why browsing the code.
> 
> [...]

Applied, thanks!

[1/4] drm/msm/dsi: Drop redundant NULL-ifying of clocks on error paths
      https://gitlab.freedesktop.org/lumag/msm/-/commit/709cc0620107
[2/4] drm/msm/dsi: Simplify with dev_err_probe()
      https://gitlab.freedesktop.org/lumag/msm/-/commit/d5bc3c3389d7
[3/4] drm/msm/dsi: Minor whitespace and style cleanup
      https://gitlab.freedesktop.org/lumag/msm/-/commit/cce156257ed3
[4/4] drm/msm/dsi: Drop unnecessary -ENOMEM message
      https://gitlab.freedesktop.org/lumag/msm/-/commit/b39e7014ed31

Best regards,