nvme: lightnvm: make MLC num_pairs little endian
authorJohannes Thumshirn <jthumshirn@suse.de>
Thu, 7 Jul 2016 07:54:10 +0000 (09:54 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 7 Jul 2016 14:51:52 +0000 (08:51 -0600)
commit6f929702191deb12d3cef8d9b7e774c0ab54fe5b
tree062a5c792deb5f8e98405e0d073a8cd8864b2473
parent5389a1dfb39786df08d4f6a482bd2734b1b50e33
nvme: lightnvm: make MLC num_pairs little endian

According to the OpenChannel SSD interface specification the NAND flash
MLC page pairing information's number of page page pairings field is the
first two bytes in the MLC Page Pairing data structure. The hardware's
data structure itself is little endian so annotate it as such, like the
rest of lighnvm's data structures.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/lightnvm.c