On Sat, 2020-05-16 at 07:06 +0800, Tang Bin wrote: > Use IS_ERR() and PTR_ERR() instead of PTR_ERR_OR_ZERO() to > simplify code, avoid redundant judgements. > > Signed-off-by: Zhang Shengju <zhangshengju@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Tang Bin <tangbin@xxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > Changes from v1 > - fix the commit message for typo. > --- > drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > Applied to net-next-mlx5 Thanks, Saeed.