Re: [PATCH] bcache: Use PTR_ERR_OR_ZERO()

From: Michael Lyle
Date: Tue Nov 28 2017 - 11:19:09 EST


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 <gomonovych@xxxxxxxxx>

lgtm.

Reviewed-by: Michael Lyle <mlyle@xxxxxxxx>

Will carry in my tree.