]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - block/bsg-lib.c
block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path
authorzhong jiang <zhongjiang@huawei.com>
Tue, 31 Jul 2018 16:13:14 +0000 (00:13 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Aug 2018 15:13:03 +0000 (09:13 -0600)
commit4725549192c9633b6a3740bf23770cb758bee4a0
treef914b33624a7650377e265e68eb34bde3c35983a
parent08fcf813281ebcf72c69487c1501ad91b7121cdb
block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path

Simplify the code by using the PTR_ERR_OR_ZERO, instead of the
open code. It is better.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bsg-lib.c