On Sat, Jul 6, 2019 at 6:48 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: Linus Walleij <[email protected]> > Cc: Lee Jones <[email protected]> > Cc: [email protected] > Signed-off-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

