* Thomas Gleixner <[email protected]> wrote:
> On Mon, 17 Dec 2018, Ingo Molnar wrote: > > * Chao Fan <[email protected]> wrote: > > > + else if (!(efi_guidcmp(guid, ACPI_20_TABLE_GUID))) > > > + return (acpi_physical_address)table; > > > > 'return' is not a function. > > It's still a typecast :) Yeah, see my followup from an hour ago: Message-ID: <[email protected]> Thanks, Ingo

