[PATCH 2/4] arm: dump: 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: Russell King Cc: Jinbum Park Cc: Kees Cook Cc: Laura Abbott Cc: linux-arm-ker...@lists.infradead.org Signed-

Re: [PATCH 2/4] arm: dump: no need to check return value of debugfs_create functions

2019-01-22 Thread Kees Cook
On Wed, Jan 23, 2019 at 3:41 AM 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: Russell King > Cc: Jinbum Park > Cc: Kee

Re: [PATCH 2/4] arm: dump: no need to check return value of debugfs_create functions

2019-01-23 Thread Laura Abbott
On 1/22/19 6:41 AM, 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: Russell King Cc: Jinbum Park Cc: Kees Cook Cc: Laura Abbott