Re: [PATCH 0/2] ACPI / PMIC: constify platform_device_id

From: Arvind Yadav
Date: Tue Nov 28 2017 - 23:33:21 EST


Hi Rafael,


On Wednesday 29 November 2017 02:28 AM, Rafael J. Wysocki wrote:
On Tue, Nov 28, 2017 at 11:01 AM, Arvind Yadav
<arvind.yadav.cs@xxxxxxxxx> wrote:
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by <linux/platform_device.h>
work with const platform_device_id. So mark the non-const structs as
const.

Arvind Yadav (2):
[PATCH 1/2] ACPI / PMIC: constify platform_device_id
[PATCH 2/2] ACPI / PMIC: Constify platform_device_id
Can you please resend the two changes in this series as one patch?
Yes, I will resend as single patch.
Thanks,
Rafael
Thanks,
~arvind