Re: [PATCH v3 15/17] i40e: no need to check return value of debugfs_create functions

2019-08-12 Thread Jeff Kirsher
On Sat, 2019-08-10 at 12:17 +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: Jeff Kirsher > Cc: "David S. Miller"

[PATCH v3 15/17] i40e: no need to check return value of debugfs_create functions

2019-08-10 Thread Greg Kroah-Hartman
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: Jeff Kirsher Cc: "David S. Miller" Cc: intel-wired-...@lists.osuosl.org Cc: netdev@vger.kernel.org Signed-off-