On Tue, 6 Aug 2019 18:11:23 +0200 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: Mirko Lindner <mlind...@marvell.com> > Cc: Stephen Hemminger <step...@networkplumber.org> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: netdev@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> Acked-by: Stephen Hemminger <step...@networkplumber.org> Did not pull card out of dust bin to test it though