Commits
Bin Meng committed 3e185629619
nvme: Fix endianness assignment to prp2 in nvme_identify() So far this is not causing any issue due to NVMe and x86 are using the same endianness, but for correctness, it should be fixed. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>