Re: [PATCH linux-next] drm/panel: Simplify with dev_err_probe()

2024-01-12 Thread Neil Armstrong
Hi, On Wed, 20 Dec 2023 10:48:53 +0800, yang.gua...@zte.com.cn wrote: > dev_err_probe() can check if the error code is -EPROBE_DEFER > and can return the error code, replacing dev_err() with it > simplifies the code. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (

Re: [PATCH linux-next] drm/panel: Simplify with dev_err_probe()

2023-12-22 Thread neil . armstrong
On 20/12/2023 03:48, yang.gua...@zte.com.cn wrote: From: Yang Guang dev_err_probe() can check if the error code is -EPROBE_DEFER and can return the error code, replacing dev_err() with it simplifies the code. Signed-off-by: Chen Haonan Got the following checkpatch error: ERROR:NO_AUTHOR_SIG

Re: [PATCH linux-next] drm/panel: Simplify with dev_err_probe()

2023-12-20 Thread Jessica Zhang
On 12/19/2023 6:48 PM, yang.gua...@zte.com.cn wrote: From: Yang Guang dev_err_probe() can check if the error code is -EPROBE_DEFER and can return the error code, replacing dev_err() with it simplifies the code. Signed-off-by: Chen Haonan Reviewed-by: Jessica Zhang Thanks, Jessica Zhang

[PATCH linux-next] drm/panel: Simplify with dev_err_probe()

2023-12-19 Thread yang.guang5
From: Yang Guang dev_err_probe() can check if the error code is -EPROBE_DEFER and can return the error code, replacing dev_err() with it simplifies the code. Signed-off-by: Chen Haonan --- drivers/gpu/drm/panel/panel-boe-himax8279d.c | 18 ++ 1 file changed, 6 insertions(+),