Re: [PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Greg Kroah-Hartman
On Thu, Apr 04, 2019 at 10:23:44AM -0600, Keith Busch wrote: > On Thu, Apr 04, 2019 at 06:20:37PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Apr 04, 2019 at 09:35:37AM -0600, Keith Busch wrote: > > > A previous commit to make acpi table parsing more common to variable > > > header types modified

Re: [PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Keith Busch
On Thu, Apr 04, 2019 at 06:20:37PM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 04, 2019 at 09:35:37AM -0600, Keith Busch wrote: > > A previous commit to make acpi table parsing more common to variable > > header types modified a callback type that was not intended to be > > included. Fix the cal

Re: [PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Greg Kroah-Hartman
On Thu, Apr 04, 2019 at 09:35:37AM -0600, Keith Busch wrote: > A previous commit to make acpi table parsing more common to variable > header types modified a callback type that was not intended to be > included. Fix the callback parameter. > > Fixes: commit 088d0b345be1952b ("acpi: Create subtable

[PATCH] ia64/acpi: Fix incorrect callback

2019-04-04 Thread Keith Busch
A previous commit to make acpi table parsing more common to variable header types modified a callback type that was not intended to be included. Fix the callback parameter. Fixes: commit 088d0b345be1952b ("acpi: Create subtable parsing infrastructure") Signed-off-by: Keith Busch --- arch/ia64/ke