RE: [PATCH 6/7] scsi: qlogic: no need to check return value of debugfs_create functions

2019-01-22 Thread Manish Rangankar
> -Original Message- > From: Greg Kroah-Hartman > Sent: Tuesday, January 22, 2019 8:39 PM > To: James Bottomley ; Martin Petersen > > Cc: linux-kernel@vger.kernel.org; linux-s...@vger.kernel.org; Greg Kroah- > Hartman ; QLogic-Storage- > upstr...@cavium.com > Subject: [PATCH 6/7] scsi:

[PATCH 6/7] scsi: qlogic: 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: qlogic-storage-upstr...@cavium.com Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: