Re: [PATCH 0/7] SCSI: cleanup debugfs usage

2019-01-28 Thread Martin K. Petersen
Greg, > 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 x86-specific code to not care > about the results of debugfs. Applied to 5.1/scsi-queue, thank you! -- Martin

Re: [PATCH 0/7] SCSI: cleanup debugfs usage

2019-01-23 Thread John Garry
On 22/01/2019 15:08, 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 x86-specific code to not care about the results of debugfs. Greg

[PATCH 0/7] SCSI: 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 x86-specific code to not care about the results of debugfs. Greg Kroah-Hartman (7): scsi: bfa: no need to check return value