]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16f48f51f2e8a8517062d41e663ec1367c5f6186
treecfd105303290adb19fc0331ea108121ec70ab664
parent67599f4c77c69e9b1dbb567b57c94247515cdee6
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