]> git.sur5r.net Git - u-boot/commit
nvme: Fix endianness assignment to prp2 in nvme_identify()
authorBin Meng <bmeng.cn@gmail.com>
Tue, 22 Aug 2017 15:15:09 +0000 (08:15 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Aug 2017 11:17:11 +0000 (07:17 -0400)
commit3e18562961933c7772b7e91ba6fc1e908b453d93
tree208fba4fa4caf32729c046664620e25252e2dd5a
parent099c2015b02352df9c829acbdc3d8e6e683011a5
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>
drivers/nvme/nvme.c