linux/drivers/scsi/snic
Christophe JAILLET 9959d45166 scsi: snic: Fix an error message
'ret' is known to be 0 here. No error code is available so just remove
'ret' from the error message.

While at it, change the word "Queuing" into "Init" which looks more
appropriate.

Link: https://lore.kernel.org/r/3b9d5d767e09d03a07bede293a6ba32e3735cd1a.1620326191.git.christophe.jaillet@wanadoo.fr
Fixes: c8806b6c9e ("snic: driver for Cisco SCSI HBA")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-05-14 22:31:25 -04:00
..
cq_desc.h
cq_enet_desc.h
Makefile
snic_attrs.c
snic_ctl.c scsi: snic: Fix an error message 2021-05-14 22:31:25 -04:00
snic_debugfs.c scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE() 2021-04-12 23:41:38 -04:00
snic_disc.c
snic_disc.h
snic_fwint.h
snic_io.c
snic_io.h
snic_isr.c
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: Remove unnecessary condition 2020-10-02 21:14:27 -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
snic.h scsi: snic: Make snic_io_exch_ver_cmpl_handler() return void 2020-04-24 18:21:15 -04:00
vnic_cq_fw.h
vnic_cq.c scsi: snic: Simplify the return expression of svnic_cq_alloc() 2020-10-07 23:50:03 -04:00
vnic_cq.h
vnic_dev.c
vnic_dev.h
vnic_devcmd.h scsi: Replace zero-length array with flexible-array member 2020-03-11 23:07:56 -04:00
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