Re: [PATCH] fjes: no need to check return value of debugfs_create functions

2019-06-22 Thread David Miller
From: Greg Kroah-Hartman Date: Thu, 20 Jun 2019 09:31:06 +0200 > 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: "David S. Miller" > Cc: Yangtao Li

[PATCH] fjes: no need to check return value of debugfs_create functions

2019-06-20 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: "David S. Miller" Cc: Yangtao Li Cc: netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/ne