[PATCH v5 09/11] platform: Accept const properties

2017-06-02 Thread Jan Kiszka
Aligns us with device_add_properties, the function we call. Signed-off-by: Jan Kiszka --- drivers/base/platform.c | 2 +- include/linux/platform_device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/base/platform.c

[PATCH v5 09/11] platform: Accept const properties

2017-06-02 Thread Jan Kiszka
Aligns us with device_add_properties, the function we call. Signed-off-by: Jan Kiszka --- drivers/base/platform.c | 2 +- include/linux/platform_device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/base/platform.c b/drivers/base/platform.c index