diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-04-29 14:58:07 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-04-29 18:47:25 +0200 |
commit | 9aa52850455f7e46bb9eb72ebb9d8a571bf11cce (patch) | |
tree | 5b8c54875aa8562f9586656cd3623336eec476c9 /Documentation | |
parent | PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlock (diff) | |
download | linux-9aa52850455f7e46bb9eb72ebb9d8a571bf11cce.tar.xz linux-9aa52850455f7e46bb9eb72ebb9d8a571bf11cce.zip |
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 <fabio.estevam@freescale.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions