On Wed, Dec 2, 2020 at 12:28 PM Dan Carpenter <[email protected]> wrote: > > These debugfs never return NULL so all this code will never be run. > > In the normal case, (and in this case particularly), the debugfs > functions are not supposed to be checked for errors so all this error > checking code can be safely deleted. > > Signed-off-by: Dan Carpenter <[email protected]> > ---
Thanks for the changes.

