summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 18:09:06 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2019-01-29 08:40:54 +0300
commitb45a3a428f559082418b182d35fc20a49b647c75 (patch)
treefe0c66953d577a49dd5e5235e8030477588bbf27 /drivers/scsi/libsas
parent26febfb38c7d679e1f02dabcedc38f1817c0710b (diff)
downloadlinux-b45a3a428f559082418b182d35fc20a49b647c75.tar.xz
scsi: qla2xxx: 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: qla2xxx-upstream@qlogic.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> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/libsas')
0 files changed, 0 insertions, 0 deletions