Re: [PATCH 2/6] fcoe: use enum for fip_mode

2016-07-04 Thread Johannes Thumshirn
On Mon, Jul 04, 2016 at 10:29:19AM +0200, Hannes Reinecke wrote: > The FIP mode is independent on the FIP state machine, so use a > separate enum for that instead of overloading it with state > machine values. > > Signed-off-by: Hannes Reinecke Acked-by: Johannes Thumshirn -- Johannes Thumshi

[PATCH 2/6] fcoe: use enum for fip_mode

2016-07-04 Thread Hannes Reinecke
The FIP mode is independent on the FIP state machine, so use a separate enum for that instead of overloading it with state machine values. Signed-off-by: Hannes Reinecke --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 6 +++--- drivers/scsi/fcoe/fcoe.c | 6 +++--- drivers/scsi/fcoe/fcoe_ctlr.