Re: [PATCH 03/20] libfc: Replace ->lport_recv with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:37AM +0200, Hannes Reinecke wrote: > The ->lport_recv callback only ever had one implementation, > so call the function directly and remove the callback. > > Signed-off-by: Hannes Reinecke > --- Looks good, Acked-by: Johannes Thumshirn

[PATCH 03/20] libfc: Replace ->lport_recv with function call

2016-10-18 Thread Hannes Reinecke
The ->lport_recv callback only ever had one implementation, so call the function directly and remove the callback. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_exch.c | 4 ++-- drivers/scsi/libfc/fc_lport.c | 9 +++-- include/scsi/libfc.h | 8 +--- 3