ACPICA: cast the result of the pointer difference to u32
authorSven Barth <sb@miray.de>
Fri, 14 Feb 2020 18:48:00 +0000 (10:48 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 16 Feb 2020 09:19:53 +0000 (10:19 +0100)
commit45bbbbe2d5bcfe72754da275298f5de9120a4c31
treecfd105303290adb19fc0331ea108121ec70ab664
parent464fa2bd52c190d0b7bde7c2c1e0f0af7a6c33d4
ACPICA: cast the result of the pointer difference to u32

Altnatively we could declare aml_length as acpi_size, but then one
would need to cast at the assignment for method_obj->method.aml_length

ACPICA commit 72805936603fcf84e98f1b89bf99b5101af27fb8

Link: https://github.com/acpica/acpica/commit/72805936
Signed-off-by: Sven Barth <sb@miray.de>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/nsxfname.c