Message ID | 20221116075736.1909690-1-vishal.l.verma@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ACPI: HMAT: fix single-initiator target registrations | expand |
On Wed, Nov 16, 2022 at 8:57 AM Vishal Verma <vishal.l.verma@intel.com> wrote: > > Patch 1 is an obvious cleanup found while fixing this problem. > > Patch 2 Fixes a bug with initiator registration for single-initiator > systems. More details on this in its commit message. > > > Vishal Verma (2): > ACPI: HMAT: remove unnecessary variable initialization > ACPI: HMAT: Fix initiator registration for single-initiator systems Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> for both and please feel free to ask Dan to take them. Alternatively, if you want me to apply them, please let me know. > drivers/acpi/numa/hmat.c | 33 ++++++++++++++++++++++++++++++--- > 1 file changed, 30 insertions(+), 3 deletions(-) > > > base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780 > --