Re: [PATCH] scsi: csiostor: fail probe if fw does not support FCoE

2017-08-07 Thread Martin K. Petersen
Varun, > Fail probe if FCoE capability is not enabled in the firmware. Applied to 4.13/scsi-fixes. Thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: csiostor: fail probe if fw does not support FCoE

2017-07-31 Thread Varun Prakash
Fail probe if FCoE capability is not enabled in the firmware. Signed-off-by: Varun Prakash --- drivers/scsi/csiostor/csio_hw.c | 4 +++- drivers/scsi/csiostor/csio_init.c | 12 2 files changed, 11 insertions(+), 5 deletions(-) diff --git