of_get_flat_dt_prop return type is now const.
Fixes the following compilation warning introduced by commit 9d0c4dfedd96
("of/fdt: update of_get_flat_dt_prop in prep for libfdt")
arch/arm/mach-exynos/exynos.c:259:6: warning:
assignment discards ‘const’ qualifier from pointer target type [enabled by default]
Signed-off-by: Sachin Kamat <redacted>
Cc: Rob Herring <robh@kernel.org>
---
Based on linux-next (20140505)
---
arch/arm/mach-exynos/exynos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On 5 May 2014 14:56, Sachin Kamat [off-list ref] wrote:
quoted hunk
of_get_flat_dt_prop return type is now const.
Fixes the following compilation warning introduced by commit 9d0c4dfedd96
("of/fdt: update of_get_flat_dt_prop in prep for libfdt")
arch/arm/mach-exynos/exynos.c:259:6: warning:
assignment discards ‘const’ qualifier from pointer target type [enabled by default]
Signed-off-by: Sachin Kamat <redacted>
Cc: Rob Herring <robh@kernel.org>
---
Based on linux-next (20140505)
---
arch/arm/mach-exynos/exynos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Tushar Behera <hidden> Date: 2014-05-22 03:29:22
On 05/21/2014 04:56 PM, Sachin Kamat wrote:
On 5 May 2014 14:56, Sachin Kamat [off-list ref] wrote:
quoted
of_get_flat_dt_prop return type is now const.
Fixes the following compilation warning introduced by commit 9d0c4dfedd96
("of/fdt: update of_get_flat_dt_prop in prep for libfdt")
arch/arm/mach-exynos/exynos.c:259:6: warning:
assignment discards ‘const’ qualifier from pointer target type [enabled by default]
Signed-off-by: Sachin Kamat <redacted>
Cc: Rob Herring <robh@kernel.org>
---
Change looks good.
Reviewed-by: Tushar Behera <redacted>
quoted
Based on linux-next (20140505)
---
arch/arm/mach-exynos/exynos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On 5 May 2014 14:56, Sachin Kamat [off-list ref] wrote:
quoted
of_get_flat_dt_prop return type is now const.
Fixes the following compilation warning introduced by commit 9d0c4dfedd96
("of/fdt: update of_get_flat_dt_prop in prep for libfdt")
arch/arm/mach-exynos/exynos.c:259:6: warning:
assignment discards ‘const’ qualifier from pointer target type [enabled by default]
Signed-off-by: Sachin Kamat <redacted>
Cc: Rob Herring <robh@kernel.org>
---
Change looks good.
Reviewed-by: Tushar Behera <redacted>
This hasn't shown up in linux-next yet, and hte bug is still there, so I'm applying
it directly to the fixes branch in arm-soc before we get more people sending
the same patch. Thanks!
Arnd