mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-19 05:06:53 +00:00
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@lixom.net> Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
|---|---|---|
| .. | ||
| cdma_hw.c | ||
| channel_hw.c | ||
| debug_hw.c | ||
| host1x01.c | ||
| host1x01.h | ||
| host1x01_hardware.h | ||
| host1x02.c | ||
| host1x02.h | ||
| hw_host1x01_channel.h | ||
| hw_host1x01_sync.h | ||
| hw_host1x01_uclass.h | ||
| hw_host1x02_channel.h | ||
| hw_host1x02_sync.h | ||
| hw_host1x02_uclass.h | ||
| intr_hw.c | ||
| syncpt_hw.c | ||