Re: [PATCH] komeda: no need to check return value of debugfs_create functions

2019-06-14 Thread james qian wang (Arm Technology China)
On Thu, Jun 13, 2019 at 03:28:06PM +0200, 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: "James (Qian) Wang" > Cc: Liviu

Re: [PATCH] komeda: no need to check return value of debugfs_create functions

2019-06-13 Thread Liviu Dudau
On Thu, Jun 13, 2019 at 03:28:06PM +0200, 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: "James (Qian) Wang" > Cc: Liviu

[PATCH] komeda: no need to check return value of debugfs_create functions

2019-06-13 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: "James (Qian) Wang" Cc: Liviu Dudau Cc: Brian Starkey Cc: David Airlie Cc: Daniel Vetter Cc: