ACPI: platform: Constify properties parameter in acpi_create_platform_device()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 23 Feb 2022 23:56:20 +0000 (01:56 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Mar 2022 19:36:34 +0000 (20:36 +0100)
commit2cbfae0f50f7a0f8fc9d552bd856f6cd7b7608b6
treec4ff5e383003b2639cc862f4c11f96080126a583
parent7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3
ACPI: platform: Constify properties parameter in acpi_create_platform_device()

Properties are not and should not be changed in the callee, hence constify
properties parameter in acpi_create_platform_device().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_platform.c
include/linux/acpi.h