Re: [PATCH] net/mlx5e: Use IS_ERR() to check and simplify code

From: Tang Bin
Date: Fri May 15 2020 - 18:53:48 EST


Hi Saeedï

On 2020/5/16 6:28, Saeed Mahameed wrote:
On Wed, 2020-05-13 at 17:48 +0800, Tang Bin wrote:
Hi David:

On 2020/5/8 4:18, David Miller wrote:
From: Tang Bin <tangbin@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 May 2020 19:50:10 +0800

Use IS_ERR() and PTR_ERR() instead of PTR_ZRR_OR_ZERO()
^^^^^^^ typo
Sorry for this mistake, sorry.
to simplify code, avoid redundant judgements.

Signed-off-by: Zhang Shengju <zhangshengju@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Tang Bin <tangbin@xxxxxxxxxxxxxxxxxxxx>
Saeed, please pick this up.
Does this mean the patch has been received and I just have to wait?

no, mlx5 patches normally go to net-next-mlx5 branch and usually
pulled into net-next once a week when i send my pull requests.

i will reply with "applied" when i apply this patch,
but for now please fix the typo.

Got it, I will send v2 for you.

Thanks,

Tang Bin