Re: [PATCH] video: stm32: remove test on CONFIG_DM_REGULATOR

2022-06-25 Thread Anatolij Gustschin
On Mon, 20 Jun 2022 11:55:07 +0200 Patrick Delaunay patrick.delau...@foss.st.com wrote: > The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can > now be removed, they are no more needed since the commit 16cc5ad0b439 > ("power: regulator: add dummy helper"). > > Signed-off-by: P

[PATCH] video: stm32: remove test on CONFIG_DM_REGULATOR

2022-06-20 Thread Patrick Delaunay
The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can now be removed, they are no more needed since the commit 16cc5ad0b439 ("power: regulator: add dummy helper"). Signed-off-by: Patrick Delaunay --- drivers/video/stm32/stm32_dsi.c | 25 +++-- 1 file chang