Commits
Bin Meng committed 5b2a20e9564
nvme: Fix warning of cast from pointer to integer of different size When dma_addr_t is u32 in 64-bit, there are some warnings when building NVME driver. Fix it by doing an additional (long) cast. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>