On Tue, Jan 22, 2019 at 4:40 PM Greg Kroah-Hartman <[email protected]> wrote: > > On Tue, Jan 22, 2019 at 04:28:42PM +0100, Rafael J. Wysocki wrote: > > On Tue, Jan 22, 2019 at 4:27 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: "Rafael J. Wysocki" <[email protected]> > > > Cc: Len Brown <[email protected]> > > > Cc: Tony Luck <[email protected]> > > > Cc: Borislav Petkov <[email protected]> > > > Cc: Yangtao Li <[email protected]> > > > Cc: [email protected] > > > Signed-off-by: Greg Kroah-Hartman <[email protected]> > > > > Acked-by: Rafael J. Wysocki <[email protected]> > > > > Or do you want me to take this? > > It's up to you, I can take it, or you can, either is fine with me :)
OK, I'll take it in case there is a clash with a different patch or similar.

