aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-04-27 14:30:41 +0000
committerDan Williams <[email protected]>2017-05-01 20:16:29 +0000
commit67fd38973513c341c84654ae2f819089b840a39b (patch)
tree46f67f6537d099db31c35a660713e86d816f8c8c /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentx86, dax, pmem: remove indirection around memcpy_from_pmem() (diff)
downloadkernel-67fd38973513c341c84654ae2f819089b840a39b.tar.gz
kernel-67fd38973513c341c84654ae2f819089b840a39b.zip
block, dax: use correct format string in bdev_dax_supported
The new message has an incorrect format string, causing a warning in some configurations: fs/block_dev.c: In function 'bdev_dax_supported': fs/block_dev.c:779:5: error: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Werror=format=] "error: dax access failed (%d)", len); This changes it to use the correct %ld instead of %d. Fixes: 2093f2e9dfec ("block, dax: convert bdev_dax_supported() to dax_direct_access()") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions