Re: [PATCH 2/3] drm/mediatek: Use dev_err_probe() in probe functions

From: Alexandre Mergnat
Date: Wed Jun 21 2023 - 05:37:09 EST


On 08/06/2023 12:12, AngeloGioacchino Del Regno wrote:
Convert all instances of dev_err() -> return to dev_err_probe() and
where it makes sense to, change instances of `return ret` at the end
of probe functions to `return 0`, as errors are returned earlier.

Reviewed-by: Alexandre Mergnat <amergnat@xxxxxxxxxxxx>

--
Regards,
Alexandre