Hello Helge,

On Sun, Feb 08, 2026 at 08:24:43PM +0100, Helge Deller wrote:
> On 2/8/26 20:21, Helge Deller wrote:
> > On 2/8/26 18:58, Uwe Kleine-König wrote:
> > > @@ -465,7 +465,7 @@ static int au1100fb_drv_probe(struct platform_device 
> > > *dev)
> > >       fbdev->info.fix.smem_len = fbdev->fb_len;
> > >       print_dbg("Framebuffer memory map at %p", fbdev->fb_mem);
> > > -    print_dbg("phys=0x%08x, size=%dK", fbdev->fb_phys, fbdev->fb_len / 
> > > 1024);
> > > +    print_dbg("phys=0x%08x, size=%zuK", &fbdev->fb_phys, fbdev->fb_len / 
> > > 1024);
> > 
> > The & seems to be wrong.
> 
> I see you fix it up in patch #4.
> Maybe simply merge them?

I see how my compile testing went wrong: I checked that

        make drivers/video/fbdev/

was happy on several archs (but not mips) but only starting with patch
#5 this actually compiled the driver. 🙄

I'll give it another go tomorrow or so.

Best regards
Uwe

Attachment: signature.asc
Description: PGP signature

Reply via email to