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

2013-12-03 Thread Thierry Reding
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' > >

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

2013-11-12 Thread Olof Johansson
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 argume