Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
This patch fixes coccinelle error regarding usage of IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. Signed-off-by: Duan Jiong <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information