commit | c2c9f9bc5b830cbb63d6674b0d51a7773e54c90c | [log] [tgz] |
---|---|---|
author | Vasyl Gomonovych <gomonovych@gmail.com> | Tue Nov 28 16:15:47 2017 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jan 31 01:47:34 2018 +0200 |
tree | c3b507aa4d0a94b10b539d3cf566b41a8d291f1f | |
parent | 473f0b15a4c97d398387965b7eb56939543d6091 [diff] |
virtio-mmio: Use PTR_ERR_OR_ZERO() Fix ptr_ret.cocci warnings: drivers/virtio/virtio_mmio.c:653:1-3: WARNING: PTR_ERR_OR_ZERO can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>