Re: [PATCH 11/17] qca: no need to check return value of debugfs_create functions

2019-08-07 Thread Michael Heimpold
Am Dienstag, 6. August 2019, 18:11:22 CEST schrieb 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: Stefan

[PATCH 11/17] qca: no need to check return value of debugfs_create functions

2019-08-06 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: Stefan Wahren Cc: Michael Heimpold Cc: Yangtao Li Cc: netdev@vger.kernel.org Signed-of