* 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
* 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