mbox series

[v3,0/1] libacpi/Makefile: clear ASL warning about PCI0

Message ID 20241222161444.1558599-1-Ariel.Otilibili-Anieli@eurecom.fr (mailing list archive)
Headers show
Series libacpi/Makefile: clear ASL warning about PCI0 | expand

Message

Ariel Otilibili-Anieli Dec. 22, 2024, 4:10 p.m. UTC
Hello,

This patch clears out an ASL warning; below is listed my configuration.

Your feedback is much appreciated.

Thank you,

```
$ iasl -v

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20240927
Copyright (c) 2000 - 2023 Intel Corporation

$ gcc --version 
gcc (GCC) 14.2.1 20240910
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ uname -a
Linux arc 6.12.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 14:31:57 +0000 x86_64 GNU/Linux
```
---
v3:
* instead of the DSTD, change done in the Makefile
* adressed feedback of Jan Beulich; the suppression per warning is fine enough

v2:
* stated reasons why the changes should be backward compatible
* see, https://lore.kernel.org/all/7f30f105-e13e-4e41-b432-82f9c12760d9@suse.com/

Ariel Otilibili (1):
  libacpi/Makefile: clear ASL warning about PCI0

 tools/libacpi/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)