Re: [PATCH] x86/efi: earlyprintk - Add 64bit efi fb address support
From: Ingo Molnar
Date: Mon Sep 10 2018 - 03:20:35 EST
* Aaron Ma <aaron.ma@xxxxxxxxxxxxx> wrote:
> if (efi_fb)
> return (efi_fb + start);
Just noticed this detail unrelated to your patch: return is not a function.
Thanks,
Ingo