On Sat, Jul 6, 2019 at 6:48 PM Greg Kroah-Hartman <gre...@linuxfoundation.org> 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 <linus.wall...@linaro.org> > Cc: Lee Jones <lee.jo...@linaro.org> > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> Reviewed-by: Linus Walleij <linus.wall...@linaro.org> Yours, Linus Walleij