summaryrefslogtreecommitdiffstats
path: root/block/bio-integrity.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-08 16:22:17 +0100
committerJens Axboe <axboe@fb.com>2015-12-08 12:14:25 -0700
commitd1ea7be5f755bf1a4d4fdccc35880fcf5069df60 (patch)
treeaa06c059759e456ffa29b766a346cac48e3acf82 /block/bio-integrity.c
parentac02dddec63385ffef1397d3f56cec4108bcafe9 (diff)
downloadlinux-0-day-d1ea7be5f755bf1a4d4fdccc35880fcf5069df60.tar.gz
linux-0-day-d1ea7be5f755bf1a4d4fdccc35880fcf5069df60.tar.xz
nvme: fix another 32-bit build warning
The nvme_user_cmd function was recently moved around from one file to another, which made a warning reappear that I had fixed before at some point: drivers/nvme/host/core.c: In function 'nvme_user_cmd': drivers/nvme/host/core.c:424:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] This applies the same workaround that we have elsewhere in the driver with an extra type cast to uintptr_t. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 1673f1f08c88 ("nvme: move block_device_operations and ns/ctrl freeing to common code") Link: https://lkml.org/lkml/2015/10/9/611 Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/bio-integrity.c')
0 files changed, 0 insertions, 0 deletions