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

2019-01-22 Thread Tony Lindgren
* Greg Kroah-Hartman [190122 15:23]: > 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. Acked-by: Tony Lindgren

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

2019-01-22 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: Kalle Valo Cc: Tony Lindgren Cc: linux-wirel...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman ---