Re: [PATCH] drm/imx: Add error handling in dw_hdmi_imx_probe()

2023-09-24 Thread Fabio Estevam
On Sun, Sep 24, 2023 at 11:36 AM liuhaoran wrote: > > This patch adds error-handling for the of_match_node() > inside the dw_hdmi_imx_probe(). > > Signed-off-by: liuhaoran > --- > drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[PATCH] drm/imx: Add error handling in dw_hdmi_imx_probe()

2023-09-24 Thread liuhaoran
This patch adds error-handling for the of_match_node() inside the dw_hdmi_imx_probe(). Signed-off-by: liuhaoran --- drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c b/drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c