On Tue, Jun 11, 2019 at 01:43:56PM -0700, Kees Cook wrote: > On Tue, Jun 11, 2019 at 08:32:13PM +0200, Greg Kroah-Hartman 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: Kees Cook <keesc...@chromium.org> > > Cc: Arnd Bergmann <a...@arndb.de> > > Cc: linux-kernel@vger.kernel.org > > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > > Acked-by: Kees Cook <keesc...@chromium.org>
Thanks for the review! greg k-h