Skip to content
Commit 6556b0a8 authored by Furquan Shaikh's avatar Furquan Shaikh Committed by Rafael J. Wysocki
Browse files

ACPI: SoC: APD: Check return value of acpi_dev_get_property()



`fch_misc_setup()` uses `acpi_dev_get_property()` to read the value of
"is-rv" passed in by BIOS in ACPI tables. However, not all BIOSes
might pass in this property and hence it is important to first check
the return value of `acpi_dev_get_property()` before referencing the
object filled by it.

Signed-off-by: default avatarFurquan Shaikh <furquan@google.com>
[ rjw: Subject edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 9123e3a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment