From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/1] ARM: EXYNOS: Fix compilation warning Date: Fri, 13 Jun 2014 16:52:03 +0200 Message-ID: <201406131652.03461.arnd@arndb.de> References: <1399282008-9738-1-git-send-email-sachin.kamat@linaro.org> <537D6F12.7000201@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mout.kundenserver.de ([212.227.126.131]:52846 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbaFMOwv (ORCPT ); Fri, 13 Jun 2014 10:52:51 -0400 In-Reply-To: <537D6F12.7000201@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Tushar Behera , Sachin Kamat , "devicetree@vger.kernel.org" , linux-samsung-soc , Kukjin Kim , "robh+dt@kernel.org" , Rob Herring On Thursday 22 May 2014, Tushar Behera wrote: > On 05/21/2014 04:56 PM, Sachin Kamat wrote: > > On 5 May 2014 14:56, Sachin Kamat wrote: > >> of_get_flat_dt_prop return type is now const. > >> Fixes the following compilation warning introduced by commit 9d0c4= dfedd96 > >> ("of/fdt: update of_get_flat_dt_prop in prep for libfdt") > >> > >> arch/arm/mach-exynos/exynos.c:259:6: warning: > >> assignment discards =91const=92 qualifier from pointer target type= [enabled by default] > >> > >> Signed-off-by: Sachin Kamat > >> Cc: Rob Herring > >> --- >=20 > Change looks good. >=20 > Reviewed-by: Tushar Behera 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 se= nding the same patch. Thanks! Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 13 Jun 2014 16:52:03 +0200 Subject: [PATCH 1/1] ARM: EXYNOS: Fix compilation warning In-Reply-To: <537D6F12.7000201@linaro.org> References: <1399282008-9738-1-git-send-email-sachin.kamat@linaro.org> <537D6F12.7000201@linaro.org> Message-ID: <201406131652.03461.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 22 May 2014, Tushar Behera wrote: > On 05/21/2014 04:56 PM, Sachin Kamat wrote: > > On 5 May 2014 14:56, Sachin Kamat wrote: > >> 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 > >> Cc: Rob Herring > >> --- > > Change looks good. > > Reviewed-by: Tushar Behera 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