Loading
block: rnbd-clt: Fix signedness bug in init_dev()
The "dev->clt_device_id" variable is set using ida_alloc_max() which returns an int and in particular it returns negative error codes. Change the type from u32 to int to fix the error checking. Fixes: c9b5645f ("block: rnbd-clt: Fix leaked ID in init_dev()") Signed-off-by:Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by:
Jens Axboe <axboe@kernel.dk>