Re: [PATCH] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

2024-09-26 Thread Peter Robinson
Hi, You need to include a summary in the commit as well as a signoff line. Peter On Thu, 26 Sept 2024 at 10:52, wrote: > > From: LekKit <50500857+lek...@users.noreply.github.com> > > --- > drivers/video/simplefb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers

[PATCH] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

2024-09-26 Thread lekkit
From: LekKit <50500857+lek...@users.noreply.github.com> --- drivers/video/simplefb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 33bb78bc..f497bb1b 100644 --- a/drivers/video/simplefb.c +++ b/drivers/video/simplefb.