commit | 92136c1df14acb7c9d9748cdeec303c112331d95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:49:25 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:42 2020 +0800 |
tree | 8f7bbbf95b317aedfeab011fbdc420f19154f590 | |
parent | 37d2704679ac7365a420e55394c228068d491e9d [diff] |
dm: core: Don't show an ACPI warning if there is no ordering Some boards don't care about the ordering of ACPI code fragments. Change the warning to a debug message. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>