commit | 6e69d759a567407e053482371fa2b21eff6db26b | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Mon Aug 21 15:24:03 2023 +0300 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Aug 22 10:46:41 2023 +0100 |
tree | 6a1f4b76b09d27372f75e2d73974be9ac5bd119e | |
parent | e38fc6de8ace95299595ff7963a02f9dfa712cd2 [diff] |
x86: acpi: Remove unneeded assignment Is rsdp_phys is assigned in the loop below code jumps to found label, otherwise we return and value rsdp_phys is never used after 0 assignment. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>