commit | 21f9fcd81593e201172160853b8647336fb81f4f | [log] [tgz] |
---|---|---|
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | Fri Apr 11 15:58:56 2014 +0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Apr 11 08:09:47 2014 -0600 |
tree | 50305acfde22c150f32edff52425f2bb2e62c9e6 | |
parent | cb2da43e3d02b745408252fe4c447b23b1f4fc7b [diff] |
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 <duanj.fnst@cn.fujitsu.com> Signed-off-by: Jens Axboe <axboe@fb.com>