On Tue, Jan 28, 2025 at 05:49:56PM +0100, Ahmad Fatoum wrote: >Hi, > >On 28.01.25 17:06, Michael Grzeschik wrote: > >It's good style to write some message here. ;) Right, but I skipped it for v5. sorry. :) >> Signed-off-by: Michael Grzeschik >> >> --- >> v3 -> v4: - better bail out if the regulator is set but not available >> v2 -> v3: - reset regulator->power to NULL in case nothing was found >> v1 -> v2: - added the missing signed-off-by >> --- >> drivers/video/simple-panel.c | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> diff --git a/drivers/video/simple-panel.c b/drivers/video/simple-panel.c >> index 7048e2f51b..905fd94fb7 100644 >> --- a/drivers/video/simple-panel.c >> +++ b/drivers/video/simple-panel.c >> @@ -12,6 +12,7 @@ >> #include >> #include >> #include >> +#include >> #include