Re: [PATCH] xfs: remove unnecessary check
From: Chaitanya Kulkarni
Date: Fri Jul 12 2024 - 13:34:35 EST
On 7/12/2024 7:07 AM, Dan Carpenter wrote:
> We checked that "pip" is non-NULL at the start of the if else statement
> so there is no need to check again here. Delete the check.
>
> Signed-off-by: Dan Carpenter<dan.carpenter@xxxxxxxxxx>
Looks good.
Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>
-ck