]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: fix cntlid type
authorChristoph Hellwig <hch@lst.de>
Sat, 16 Apr 2016 18:57:58 +0000 (14:57 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 26 Apr 2016 14:31:22 +0000 (08:31 -0600)
commitd138074290c6377c975ff696ec5f6c557d7ad7f3
treedaf613373b0104990d92c84c28e8b6777eb600d2
parentc9c310afbb8e51f6aaea6b7dbce0b4eb14e19dc5
nvme: fix cntlid type

Controller IDs in NVMe are unsigned 16-bit types.  In the Fabrics driver we
actually pass ctrl->id by reference, so we need it to have the correct type.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/nvme.h