commit | b3ea27d74618906aec4d3774b520b99103d35688 | [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 | 663f4b7d5e4e5c95c2d5940cbb6ed36ddbb4b522 [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>