Re: [PATCH 0/8] IB: cleanup debugfs usage

2019-01-23 Thread Jason Gunthorpe
On Tue, Jan 22, 2019 at 04:17:52PM +0100, Greg Kroah-Hartman wrote: > When calling debugfs code, there is no need to ever check the return > value of the call, as no logic should ever change if a call works > properly or not. Fix up a bunch of infiniband-specific code to not care > about the resul

[PATCH 0/8] IB: cleanup debugfs usage

2019-01-22 Thread Greg Kroah-Hartman
When calling debugfs code, there is no need to ever check the return value of the call, as no logic should ever change if a call works properly or not. Fix up a bunch of infiniband-specific code to not care about the results of debugfs. Greg Kroah-Hartman (8): infiniband: cxgb4: no need to chec