Re: [PATCH 1/7] ARM: EXYNOS: Constify list of retention registers

2016-12-12 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, December 10, 2016 03:47:32 PM Krzysztof Kozlowski wrote: > The list of retention registers (release_ret_regs field of struct > exynos_pm_data and arrays with values) are not modified and can be made > const to improve the const safeness. > > Signed-off-by: Krzysztof Kozlowski

Re: [PATCH 1/7] ARM: EXYNOS: Constify list of retention registers

2016-12-12 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, December 10, 2016 03:47:32 PM Krzysztof Kozlowski wrote: > The list of retention registers (release_ret_regs field of struct > exynos_pm_data and arrays with values) are not modified and can be made > const to improve the const safeness. > > Signed-off-by: Krzysztof Kozlowski

[PATCH 1/7] ARM: EXYNOS: Constify list of retention registers

2016-12-10 Thread Krzysztof Kozlowski
The list of retention registers (release_ret_regs field of struct exynos_pm_data and arrays with values) are not modified and can be made const to improve the const safeness. Signed-off-by: Krzysztof Kozlowski --- arch/arm/mach-exynos/suspend.c | 8 1 file changed, 4

[PATCH 1/7] ARM: EXYNOS: Constify list of retention registers

2016-12-10 Thread Krzysztof Kozlowski
The list of retention registers (release_ret_regs field of struct exynos_pm_data and arrays with values) are not modified and can be made const to improve the const safeness. Signed-off-by: Krzysztof Kozlowski --- arch/arm/mach-exynos/suspend.c | 8 1 file changed, 4 insertions(+), 4