Re: [PATCH 01/20] libfc: Replace ->seq_els_rsp_send callback with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:35AM +0200, Hannes Reinecke wrote: > The 'seq_els_rsp_send' callback only ever had one implementation, > so we might as well drop it and use the function directly. > > Signed-off-by: Hannes Reinecke > --- Looks good, Acked-by: Johannes Thumshirn -- Johannes Thums

Re: [PATCH 01/20] libfc: Replace ->seq_els_rsp_send callback with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:35AM +0200, Hannes Reinecke wrote: > The 'seq_els_rsp_send' callback only ever had one implementation, > so we might as well drop it and use the function directly. > > Signed-off-by: Hannes Reinecke > --- Looks good, Acked-by: Johannes Thumshirn -- Johannes Thums

[PATCH 01/20] libfc: Replace ->seq_els_rsp_send callback with function call

2016-10-18 Thread Hannes Reinecke
The 'seq_els_rsp_send' callback only ever had one implementation, so we might as well drop it and use the function directly. Signed-off-by: Hannes Reinecke --- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- drivers/scsi/libfc/fc_disc.c | 4 ++-- drivers/scsi/libfc/fc_exch.c | 8 +++- drivers/scs