Re: [PATCH] drm/msm/dpu: fix wrong return value in dpu_encoder_init()

2020-07-03 Thread Tianjia Zhang
On 2020/7/2 22:04, Markus Elfring wrote: A positive value ENOMEM is returned here. I thinr this is a typo error. It is necessary to return a negative error value. I imagine that a small adjustment could be nice for this change description. How do you think about to follow progress for the

Re: [PATCH] drm/msm/dpu: fix wrong return value in dpu_encoder_init()

2020-07-03 Thread Markus Elfring
> A positive value ENOMEM is returned here. I thinr this is a typo error. > It is necessary to return a negative error value. I imagine that a small adjustment could be nice for this change description. How do you think about to follow progress for the integration of a previous patch like

Re: [PATCH] drm/msm/dpu: fix wrong return value in dpu_encoder_init()

2020-07-03 Thread Markus Elfring
> A positive value ENOMEM is returned here. I thinr this is a typo error. > It is necessary to return a negative error value. I imagine that a small adjustment could be nice for this change description. How do you think about to follow progress for the integration of a previous patch like

[PATCH] drm/msm/dpu: fix wrong return value in dpu_encoder_init()

2020-07-01 Thread Tianjia Zhang
A positive value ENOMEM is returned here. I thinr this is a typo error. It is necessary to return a negative error value. Signed-off-by: Tianjia Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git