nvme-core: use u16 type for ctrl->sqsize
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 2 Jun 2020 02:41:12 +0000 (19:41 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2020 14:16:15 +0000 (16:16 +0200)
commitd4047cf99421d434660a5a0c61ac3e83b4ad0dad
tree50883cf1050f8723d789eaa994cf7a86fb7d4073
parenta87835e9ecbd29ddffdd5bae81dc913afc221abd
nvme-core: use u16 type for ctrl->sqsize

In nvme_init_identify() when calculating submission queue size use u16
instead of int type in the min_t() since target variable ctrl->sqsize is
of type u16.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c