Re: [PATCH] bcache: Use PTR_ERR_OR_ZERO()
From: Michael Lyle <hidden>
Date: 2017-11-28 16:19:04
Also in:
linux-bcache, lkml
From: Michael Lyle <hidden>
Date: 2017-11-28 16:19:04
Also in:
linux-bcache, lkml
On 11/27/2017 03:05 PM, Vasyl Gomonovych wrote:
Fix ptr_ret.cocci warnings: drivers/md/bcache/btree.c:1800: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 <redacted>
lgtm. Reviewed-by: Michael Lyle <redacted> Will carry in my tree.