commit | 3e18562961933c7772b7e91ba6fc1e908b453d93 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 22 08:15:09 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 07:17:11 2017 -0400 |
tree | 208fba4fa4caf32729c046664620e25252e2dd5a | |
parent | 099c2015b02352df9c829acbdc3d8e6e683011a5 [diff] |
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>