commit | 9a65513e9660c3f1797904b6e510bc85e9736ee9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:23 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | 9ab40b929d5b34f3e092f6aafd118000634b8eaa | |
parent | 6feac8183845f10a626bef7f99fc4a770ca2b842 [diff] |
x86: Simplify acpi_device_infer_name() 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 <sjg@chromium.org>