[PATCH 0/2] drm/bridge: th1520-dw-hdmi: Two fixes

Felix Gu posted 2 patches 2 weeks ago
drivers/gpu/drm/bridge/th1520-dw-hdmi.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] drm/bridge: th1520-dw-hdmi: Two fixes
Posted by Felix Gu 2 weeks ago
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
---
Felix Gu (2):
      drm/bridge: th1520-dw-hdmi: Fix error check on dw_hdmi_probe() return value
      drm/bridge: th1520-dw-hdmi: Fix remove() callback

 drivers/gpu/drm/bridge/th1520-dw-hdmi.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
base-commit: b5d083a3ed1e2798396d5e491432e887da8d4a06
change-id: 20260321-th1520-f4326138c9bf

Best regards,
-- 
Felix Gu <ustc.gu@gmail.com>
Re: [PATCH 0/2] drm/bridge: th1520-dw-hdmi: Two fixes
Posted by Icenowy Zheng 1 week, 6 days ago
在 2026-03-21六的 03:12 +0800,Felix Gu写道:
> Signed-off-by: Felix Gu <ustc.gu@gmail.com>
> ---
> Felix Gu (2):
>       drm/bridge: th1520-dw-hdmi: Fix error check on dw_hdmi_probe()
> return value
>       drm/bridge: th1520-dw-hdmi: Fix remove() callback

Both fixes look trivial and let me start to doubt how could I make such
mistakes.

Reviewed-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>

> 
>  drivers/gpu/drm/bridge/th1520-dw-hdmi.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> ---
> base-commit: b5d083a3ed1e2798396d5e491432e887da8d4a06
> change-id: 20260321-th1520-f4326138c9bf
> 
> Best regards,