1
0
Fork 0
alistair23-linux/drivers/scsi/snic
Greg Kroah-Hartman fd84ec206d scsi: snic: 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: Karan Tilak Kumar <kartilak@cisco.com>
Cc: Sesidhar Baddela <sebaddel@cisco.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>
2019-01-29 00:40:54 -05:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
cq_desc.h
cq_enet_desc.h
snic.h
snic_attrs.c
snic_ctl.c
snic_debugfs.c scsi: snic: no need to check return value of debugfs_create functions 2019-01-29 00:40:54 -05:00
snic_disc.c scsi: snic: switch to generic DMA API 2018-10-17 21:58:53 -04:00
snic_disc.h
snic_fwint.h
snic_io.c scsi: snic: switch to generic DMA API 2018-10-17 21:58:53 -04:00
snic_io.h
snic_isr.c scsi: snic: fix a couple of spelling mistakes/typos 2017-07-01 17:13:56 -04:00
snic_main.c scsi: snic: no need to check return value of debugfs_create functions 2019-01-29 00:40:54 -05:00
snic_res.c
snic_res.h
snic_scsi.c scsi: snic: switch to generic DMA API 2018-10-17 21:58:53 -04:00
snic_stats.h scsi: snic: no need to check return value of debugfs_create functions 2019-01-29 00:40:54 -05:00
snic_trc.c scsi: snic: no need to check return value of debugfs_create functions 2019-01-29 00:40:54 -05:00
snic_trc.h scsi: snic: no need to check return value of debugfs_create functions 2019-01-29 00:40:54 -05:00
vnic_cq.c
vnic_cq.h
vnic_cq_fw.h
vnic_dev.c scsi: snic: switch to generic DMA API 2018-10-17 21:58:53 -04:00
vnic_dev.h
vnic_devcmd.h
vnic_intr.c
vnic_intr.h
vnic_resource.h
vnic_snic.h
vnic_stats.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h