Re: [PATCH 7/7] crypto: caam: no need to check return value of debugfs_create functions

2019-01-22 Thread Horia Geanta
On 1/22/2019 5:14 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: "Horia Geantă" > Cc: Aymen Sghaier > Cc: Herbert Xu

[PATCH 7/7] crypto: caam: 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: "Horia Geantă" Cc: Aymen Sghaier Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...@vger.kernel.org