summaryrefslogtreecommitdiff
path: root/drivers/acpi/pfr_telemetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/pfr_telemetry.c')
-rw-r--r--drivers/acpi/pfr_telemetry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/pfr_telemetry.c b/drivers/acpi/pfr_telemetry.c
index 27fb6cdad75f..843f678ade0c 100644
--- a/drivers/acpi/pfr_telemetry.c
+++ b/drivers/acpi/pfr_telemetry.c
@@ -310,7 +310,7 @@ pfrt_log_mmap(struct file *file, struct vm_area_struct *vma)
return -EROFS;
/* changing from read to write with mprotect is not allowed */
- vma->vm_flags &= ~VM_MAYWRITE;
+ vm_flags_clear(vma, VM_MAYWRITE);
pfrt_log_dev = to_pfrt_log_dev(file);