]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: libfc: Replace ->exch_seq_send callback with function call
authorHannes Reinecke <hare@suse.de>
Tue, 18 Oct 2016 08:01:38 +0000 (10:01 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:55 +0000 (17:29 -0500)
commit7111841950deedbf3421f4f407a88b6b9fb4658d
tree3a938618185a4ae8fabf866d1a38612b4d4eade5
parent520b7e17cd6fb7b735e94a84075bc53b2732953d
scsi: libfc: Replace ->exch_seq_send callback with function call

The ->exch_seq_send callback only ever had one implementation,
so we can call the function directly and drop the callback.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libfc/fc_elsct.c
drivers/scsi/libfc/fc_exch.c
drivers/scsi/libfc/fc_fcp.c
drivers/scsi/libfc/fc_lport.c
drivers/scsi/libfc/fc_rport.c
include/scsi/libfc.h