From: Fabio Estevam Date: Tue, 29 Apr 2014 12:58:07 +0000 (-0300) Subject: PCI: mvebu: Use '%pa' for printing 'phys_addr_t' type X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa52850455f7e46bb9eb72ebb9d8a571bf11cce;p=pandora-kernel.git PCI: mvebu: Use '%pa' for printing 'phys_addr_t' type Fix the following build warning that happens when building multi_v7_defconfig with CONFIG_ARM_LPAE=y: drivers/pci/host/pci-mvebu.c:334:5: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'phys_addr_t' [-Wformat=] Fix the warning by using '%pa' to printing 'phys_addr_t' type. While at it, also use the more standard notation [mem 0x-0x] for memory region. [bhelgaas: make end address inclusive, remove extra spaces] Signed-off-by: Fabio Estevam Signed-off-by: Bjorn Helgaas Acked-by: Jason Cooper Reviewed-by: Jingoo Han --- Reading git-diff-tree failed