scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
authorBart Van Assche <bvanassche@acm.org>
Fri, 9 Aug 2019 03:01:30 +0000 (20:01 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Aug 2019 01:34:05 +0000 (21:34 -0400)
commit909c1d1492b634b13a5d960e6803f0d2751509a0
treebda9517ea2618cdc61df7c7387a30e79b015e32b
parentc254b52b58b50a8599fefefd8793a64249b15044
scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void

The value returned by this function is not used. Hence change the return
type of this function into 'void' and remove the return statement.

Cc: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Tested-by: Himanshu Madhani <hmadhani@marvell.com>
Reviewed-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_gs.c