Re: [PATCH 1/3] mfd: ab3100: no need to check return value of debugfs_create functions

2019-08-08 Thread Lee Jones
On Sat, 06 Jul 2019, 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: Linus Walleij > Cc: Lee Jones > Cc: linux-arm-ker...

Re: [PATCH 1/3] mfd: ab3100: no need to check return value of debugfs_create functions

2019-07-28 Thread Linus Walleij
On Sat, Jul 6, 2019 at 6:48 PM 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: Linus Walleij > Cc: Lee Jones > Cc: linux-

[PATCH 1/3] mfd: ab3100: no need to check return value of debugfs_create functions

2019-07-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: Linus Walleij Cc: Lee Jones Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Greg Kroah-Hartman --- d