Re: [PATCH] memory: emif: Remove bogus debugfs error handling

From: Krzysztof Kozlowski
Date: Thu Aug 27 2020 - 15:35:49 EST


On Wed, Aug 26, 2020 at 09:52:37AM -0700, santosh.shilimkar@xxxxxxxxxx wrote:
> On 8/26/20 4:37 AM, Dan Carpenter wrote:
> > Callers are generally not supposed to check the return values from
> > debugfs functions. Debugfs functions never return NULL so this error
> > handling will never trigger. (Historically debugfs functions used to
> > return a mix of NULL and error pointers but it was eventually deemed too
> > complicated for something which wasn't intended to be used in normal
> > situations).
> >
> > Delete all the error handling.
> >
> > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> > ---
> Looks good to me !!
>
> Acked-by: Santosh Shilimkar <ssantosh@xxxxxxxxxx>

Thanks, applied.

Santosh,
Your email does not match one in ack. I understand this is just a
mistake so I put the ack. However the tool (b4-am) ignores such cases
so ack could be lost in the future.

Best regards,
Krzysztof