diff options
author | Li Zetao <lizetao1@huawei.com> | 2023-08-10 16:48:36 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-08-10 07:19:23 -0600 |
commit | c8659bbb15cd42577a9b16a23b527436b028c8b2 (patch) | |
tree | f4df1ff2ac24d2ecbf7b5c413163afd4ba39739b /block/bfq-iosched.h | |
parent | 0ece1d649b6dd615925a72bc1824d6b9fa5b998a (diff) |
ublk: Fix signedness bug returning warning
There are two warnings reported by smatch:
drivers/block/ublk_drv.c:445 ublk_setup_iod_zoned() warn:
signedness bug returning '(-95)'
drivers/block/ublk_drv.c:963 ublk_setup_iod() warn:
signedness bug returning '(-5)'
The type of "blk_status_t" is either be a u32 or u8, but this two
functions return a negative value when not supported or failed. Use
the error code of the blk module to fix these warnings.
Fixes: 29802d7ca33b ("ublk: enable zoned storage support")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202308100201.TCRhgdvN-lkp@intel.com/
Signed-off-by: Li Zetao <lizetao1@huawei.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20230810084836.3535322-1-lizetao1@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bfq-iosched.h')
0 files changed, 0 insertions, 0 deletions