Home
last modified time | relevance | path

Searched hist:"10 fcabed8857d2c12a5806c68cf884802f975aae" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dacpi_table.c10fcabed8857d2c12a5806c68cf884802f975aae Wed May 11 14:45:05 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: acpi: Remove header length check when writing tables

Before moving 'current' pointer during ACPI table writing, we always
check the table length to see if it is larger than the table header.
Since our purpose is to generate valid tables, the check logic is
always true, which can be avoided.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>