From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Subject: Re: [PATCH] [media] exynos4-is: fix some warnings when compiling on arm64 Date: Thu, 25 Sep 2014 12:39:54 +0200 Message-ID: <5423F0FA.7030404@samsung.com> References: <416b6af26812eb995333c5bd5a9263775b8c4699.1411607687.git.mchehab@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <416b6af26812eb995333c5bd5a9263775b8c4699.1411607687.git.mchehab@osg.samsung.com> Sender: linux-media-owner@vger.kernel.org To: Mauro Carvalho Chehab , Linux Media Mailing List Cc: Mauro Carvalho Chehab , Kyungmin Park , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org On 25/09/14 03:24, Mauro Carvalho Chehab wrote: > Got those warnings when compiling with gcc 4.9.1 for arm64: >=20 > drivers/media/platform/exynos4-is/fimc-isp-video.c: In function =E2=80= =98isp_video_capture_buffer_queue=E2=80=99: > drivers/media/platform/exynos4-is/fimc-isp-video.c:221:4: warning: fo= rmat =E2=80=98%x=E2=80=99 expects argument of type =E2=80=98unsigned in= t=E2=80=99, but argument 7 has type =E2=80=98dma_addr_t=E2=80=99 [-Wfor= mat=3D] > isp_dbg(2, &video->ve.vdev, [...] > Signed-off-by: Mauro Carvalho Chehab Thanks Mauro, Acked-by: Sylwester Nawrocki From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Thu, 25 Sep 2014 12:39:54 +0200 Subject: [PATCH] [media] exynos4-is: fix some warnings when compiling on arm64 In-Reply-To: <416b6af26812eb995333c5bd5a9263775b8c4699.1411607687.git.mchehab@osg.samsung.com> References: <416b6af26812eb995333c5bd5a9263775b8c4699.1411607687.git.mchehab@osg.samsung.com> Message-ID: <5423F0FA.7030404@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 25/09/14 03:24, Mauro Carvalho Chehab wrote: > Got those warnings when compiling with gcc 4.9.1 for arm64: > > drivers/media/platform/exynos4-is/fimc-isp-video.c: In function ?isp_video_capture_buffer_queue?: > drivers/media/platform/exynos4-is/fimc-isp-video.c:221:4: warning: format ?%x? expects argument of type ?unsigned int?, but argument 7 has type ?dma_addr_t? [-Wformat=] > isp_dbg(2, &video->ve.vdev, [...] > Signed-off-by: Mauro Carvalho Chehab Thanks Mauro, Acked-by: Sylwester Nawrocki