Quoting Greg Kroah-Hartman (2019-01-22 07:21:17) > 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: Viresh Kumar <vire...@kernel.org> > Cc: Nishanth Menon <n...@ti.com> > Cc: Stephen Boyd <sb...@kernel.org> > Cc: linux...@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > ---
Reviewed-by: Stephen Boyd <sb...@kernel.org>