[PATCH] gpu: host1x: Silence a few warnings with LPAE=y

Thierry Reding thierry.reding at gmail.com
Tue Dec 3 02:09:54 PST 2013


On Tue, Nov 12, 2013 at 11:16:50PM -0800, Olof Johansson wrote:
> When building with LPAE=y (64-bit dma_addr_t), the following warnings are seen:
> 
> drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects
>   argument of type 'unsigned int', but argument 5 has type 'dma_addr_t'
> 
> drivers/gpu/host1x/hw/debug_hw.c:167:10: warning: format '%x' expects
>   argument of type 'unsigned int', but argument 3 has type 'dma_addr_t'
> 
> The agreed-to solution for this is upcast to u64 and using %llx.
> 
> Signed-off-by: Olof Johansson <olof at lixom.net>
> ---
>  drivers/gpu/host1x/hw/cdma_hw.c  |    4 ++--
>  drivers/gpu/host1x/hw/debug_hw.c |    4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131203/b3ade740/attachment.pgp>


More information about the dri-devel mailing list