summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patch-6.1-redhat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-6.1-redhat.patch b/patch-6.1-redhat.patch
index 6eccac146..eb87c009f 100644
--- a/patch-6.1-redhat.patch
+++ b/patch-6.1-redhat.patch
@@ -429,7 +429,7 @@ index 4db5bb587599..de258f416e80 100644
+ * Don't do the producer/consumer check for that device.
+ */
+ if (IS_ENABLED(CONFIG_ARM64)) {
-+ struct acpi_device *adev = acpi_bus_get_acpi_device(handle);
++ struct acpi_device *adev = acpi_get_acpi_dev(handle);
+
+ if (adev && !strcmp(acpi_device_hid(adev), "APMC0D08"))
+ ctx.skip_producer_check = true;