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

2019-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2019 at 09:22:43PM +0200, Stefan Schmidt wrote: > Hello. > > On 06.08.19 18:11, 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 differe

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

2019-08-06 Thread Stefan Schmidt
Hello. On 06.08.19 18:11, 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: Michael Hennerich > Cc: Alexander Aring > Cc: S

[PATCH 17/17] ieee802154: 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: Michael Hennerich Cc: Alexander Aring Cc: Stefan Schmidt Cc: "David S. Miller" Cc: Harry Morris Cc: linux-w