On Tue, Jun 11, 2019 at 8:45 PM Greg Kroah-Hartman <[email protected]> wrote: > > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something different based on this. > > Cc: Arnd Bergmann <[email protected]> > Cc: [email protected] > Signed-off-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>

