u-boot/lib/acpi
Michal Suchanek c726fc01cf dm: treewide: Use uclass_first_device_err when accessing one device
There is a number of users that use uclass_first_device to access the
first and (assumed) only device in uclass.

Some check the return value of uclass_first_device and also that a
device was returned which is exactly what uclass_first_device_err does.

Some are not checking that a device was returned and can potentially
crash if no device exists in the uclass. Finally there is one that
returns NULL on error either way.

Convert all of these to use uclass_first_device_err instead, the return
value will be removed from uclass_first_device in a later patch.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-10-17 21:17:12 -06:00
..
acpi_device.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
acpi_dp.c dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() 2020-09-25 11:27:14 +08:00
acpi_table.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
acpi_writer.c acpi: Collect tables in the acpi_item list 2022-01-25 11:44:36 -07:00
acpigen.c acpi: Add more support for generating processor tables 2020-09-25 11:27:18 +08:00
base.c x86: Move DSDT table to a writer function 2022-01-25 11:44:36 -07:00
csrt.c x86: acpi: Update acpi_fill_csrt() to use acpi_ctx 2022-01-25 11:44:36 -07:00
dsdt.c x86: Move DSDT table to a writer function 2022-01-25 11:44:36 -07:00
facs.c x86: Move DSDT table to a writer function 2022-01-25 11:44:36 -07:00
Makefile acpi: Move MCFG implementation to common lib 2022-02-09 12:30:13 -07:00
mcfg.c acpi: Move MCFG implementation to common lib 2022-02-09 12:30:13 -07:00
ssdt.c x86: Move SSDT table to a writer function 2022-01-25 11:44:36 -07:00