Re: [PATCH -next 3/3] drm/mediatek: Use devm_platform_ioremap_resource()

2023-12-07 Thread Chun-Kuang Hu
Hi, Yang: Alexandre Mergnat 於 2023年4月12日 週三 下午9:49寫道: > > On 12/04/2023 08:46, Yang Li wrote: > > Remove variable 'res' and convert platform_get_resource(), > > devm_ioremap_resource() to a single call to > > devm_platform_ioremap_resource(), as this is exactly what this function > > does. > > >

Re: [PATCH -next 3/3] drm/mediatek: Use devm_platform_ioremap_resource()

2023-04-12 Thread Alexandre Mergnat
On 12/04/2023 08:46, Yang Li wrote: Remove variable 'res' and convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_ioremap_resource(), as this is exactly what this function does. Signed-off-by: Yang Li Reviewed-by: Alexandre Mergnat -- Regards,

Re: [PATCH -next 3/3] drm/mediatek: Use devm_platform_ioremap_resource()

2023-04-12 Thread Matthias Brugger
On 12/04/2023 08:46, Yang Li wrote: Remove variable 'res' and convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_ioremap_resource(), as this is exactly what this function does. Signed-off-by: Yang Li Reviewed-by: Matthias Brugger ---

[PATCH -next 3/3] drm/mediatek: Use devm_platform_ioremap_resource()

2023-04-12 Thread Yang Li
Remove variable 'res' and convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_ioremap_resource(), as this is exactly what this function does. Signed-off-by: Yang Li --- drivers/gpu/drm/mediatek/mtk_disp_ccorr.c | 4 +--- 1 file changed, 1 insertion(+), 3