Re: [PATCH 2/4] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
On Wed, Apr 12, 2023 at 7:53 PM AngeloGioacchino Del Regno wrote: > > Use dev_err_probe() across the entire probe function of this driver > to shrink the size. > > Signed-off-by: AngeloGioacchino Del Regno > Reviewed-by: Fei Shao
[PATCH 2/4] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
Use dev_err_probe() across the entire probe function of this driver to shrink the size. Signed-off-by: AngeloGioacchino Del Regno --- drivers/gpu/drm/mediatek/mtk_dpi.c | 44 ++ 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/mediatek/