Re: [PATCH] acpi: remove useless code in acpi.c

2021-11-18 Thread Samuel Thibault
Applied, thanks! Andrea Monaco, le jeu. 18 nov. 2021 17:41:00 +0100, a ecrit: > > Hello, > > > I think those lines are not meaningful: they write to an array and then > never use it. Maybe they were useful for debugging. Anyway, now they > can probably be removed. > > > > Warmly, > > Andr

[PATCH] acpi: remove useless code in acpi.c

2021-11-18 Thread Andrea Monaco
Hello, I think those lines are not meaningful: they write to an array and then never use it. Maybe they were useful for debugging. Anyway, now they can probably be removed. Warmly, Andrea Monaco diff --git a/acpi/acpi.c b/acpi/acpi.c index 63066aaf..acbf79c7 100644 --- a/acpi/acpi.c ++