diff options
author | Aili Yao <[email protected]> | 2020-11-10 00:33:34 -0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2020-11-16 19:27:37 +0100 |
commit | 4fba15fbb8106e8db17f486d653484e64969eb87 (patch) | |
tree | aa55e8520a2e7a53de447d3e407219bac7f16e28 /net/switchdev/switchdev.c | |
parent | 09162bc32c880a791c6c0668ce0745cf7958f576 (diff) |
ACPI, APEI, Fix error return value in apei_map_generic_address()
From commit 6915564dc5a8 ("ACPI: OSL: Change the type of
acpi_os_map_generic_address() return value"),
acpi_os_map_generic_address() will return logical address or NULL
for error, but for ACPI_ADR_SPACE_SYSTEM_IO case, it should be also
return 0 as it's a normal case, but now it will return -ENXIO.
So check it out for such case to avoid einj module initialization
fail.
Fixes: 6915564dc5a8 ("ACPI: OSL: Change the type of acpi_os_map_generic_address() return value")
Cc: <[email protected]>
Reviewed-by: James Morse <[email protected]>
Tested-by: Tony Luck <[email protected]>
Signed-off-by: Aili Yao <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions