
26 Sep
2024
26 Sep
'24
12:04 p.m.
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, lekkit@at.encryp.ch wrote:
From: LekKit 50500857+LekKit@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.c @@ -28,7 +28,7 @@ static int simple_video_probe(struct udevice *dev) return -EINVAL; }
debug("%s: base=%llx, size=%llu\n", __func__, base, size);
debug("%s: base=%llx, size=%llu\n", __func__, (unsigned long long)base, (unsigned long long)size); /* * TODO is there some way to reserve the framebuffer
-- 2.46.0