Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-16 Thread Randy Dunlap
On 09/16/13 17:06, Olof Johansson wrote: > On Mon, Sep 16, 2013 at 8:54 AM, Joe Perches wrote: >> On Mon, 2013-09-16 at 08:46 -0700, Olof Johansson wrote: >>> On Mon, Sep 16, 2013 at 8:17 AM, Thierry Reding >>> wrote: On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: > This

Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-16 Thread Olof Johansson
On Mon, Sep 16, 2013 at 8:54 AM, Joe Perches wrote: > On Mon, 2013-09-16 at 08:46 -0700, Olof Johansson wrote: >> On Mon, Sep 16, 2013 at 8:17 AM, Thierry Reding >> wrote: >> > On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: >> >> This removes two warnings where dma_addr_t variabl

Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-16 Thread Olof Johansson
On Mon, Sep 16, 2013 at 8:17 AM, Thierry Reding wrote: > On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: >> This removes two warnings where dma_addr_t variables were printed using >> %x when built with CONFIG_ARM_LPAE=y, thus having 64-bit dma_addr_t: >> >> drivers/gpu/host1x/hw/

Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-16 Thread Joe Perches
On Mon, 2013-09-16 at 08:46 -0700, Olof Johansson wrote: > On Mon, Sep 16, 2013 at 8:17 AM, Thierry Reding > wrote: > > On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: > >> This removes two warnings where dma_addr_t variables were printed using > >> %x when built with CONFIG_ARM_LP

Re: [PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-16 Thread Thierry Reding
On Wed, Sep 11, 2013 at 09:41:49PM -0700, Olof Johansson wrote: > This removes two warnings where dma_addr_t variables were printed using > %x when built with CONFIG_ARM_LPAE=y, thus having 64-bit dma_addr_t: > > drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects argument > of t

[PATCH] gpu: host1x: use %pa to print dma_addr_t

2013-09-11 Thread Olof Johansson
This removes two warnings where dma_addr_t variables were printed using %x when built with CONFIG_ARM_LPAE=y, thus having 64-bit dma_addr_t: 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/hos