summaryrefslogtreecommitdiff
path: root/sound/soc/sunxi/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-02-01 16:42:02 (GMT)
committerDoug Ledford <dledford@redhat.com>2016-02-29 22:10:15 (GMT)
commit3021376d6d12dd1be8a0a13c16dae8badb7766fd (patch)
tree1a06d68ee00e30683b56fd3590a9423337494f03 /sound/soc/sunxi/Kconfig
parentee30f7d507c0f3b3499bbe84d14849a6b5ac9484 (diff)
downloadlinux-3021376d6d12dd1be8a0a13c16dae8badb7766fd.tar.xz
infiniband: cxgb4: use %pR format string for printing resources
The cxgb4 prints an MMIO resource using the "0x%x" and "%p" format strings on the length and start, respective, but that triggers a compiler warning when using a 64-bit resource_size_t on a 32-bit architecture: drivers/infiniband/hw/cxgb4/device.c: In function 'c4iw_rdev_open': drivers/infiniband/hw/cxgb4/device.c:807:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)pci_resource_start(rdev->lldi.pdev, 2), This changes the format string to use %pR instead, which pretty-prints the resource, avoids the warning and is shorter. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'sound/soc/sunxi/Kconfig')
0 files changed, 0 insertions, 0 deletions