There is no-longer any need to check if sequence numbers are valid, since this is ensured by driver model. Drop the unwanted logic.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) lib/acpi/acpi_device.c | 27 +++------------------------ test/dm/acpi.c | 6 +----- 2 files changed, 4 insertions(+), 29 deletions(-) Applied to u-boot-dm/next, thanks!