Searched hist:"26 febfb38c7d679e1f02dabcedc38f1817c0710b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | diff 26febfb38c7d679e1f02dabcedc38f1817c0710b Tue Jan 22 09:09:05 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> scsi: qedf: no need to check return value of debugfs_create functions
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-Upstream@cavium.com Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Manish Rangankar <mrangankar@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
/openbmc/linux/drivers/scsi/qedi/ |
H A D | qedi_debugfs.c | diff 26febfb38c7d679e1f02dabcedc38f1817c0710b Tue Jan 22 09:09:05 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> scsi: qedf: no need to check return value of debugfs_create functions
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-Upstream@cavium.com Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Manish Rangankar <mrangankar@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|