commit | 4404b336cf32bf709942067fe71d8b5cf70fb2b2 | [log] [tgz] |
---|---|---|
author | Vasyl Gomonovych <gomonovych@gmail.com> | Tue Nov 28 23:48:17 2017 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Tue Jan 02 10:05:45 2018 +0100 |
tree | ed61b06e7907afd3ea16b216d2cc2d32fda01f51 | |
parent | 0c0543a128bd1c6a4c8610d0d9d869053fa2fbf5 [diff] |
KVM: arm: Use PTR_ERR_OR_ZERO() Fix ptr_ret.cocci warnings: virt/kvm/arm/vgic/vgic-its.c:971: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: Christoffer Dall <christoffer.dall@linaro.org>