Re: [PATCH] lpfc: fix compile error when CONFIG_NVME_TARGET_FC not enabled

2017-04-27 Thread Jens Axboe
On 04/27/2017 01:35 PM, jsmart2...@gmail.com wrote: > From: James Smart > > fix compile error when CONFIG_NVME_TARGET_FC not enabled > > return statement needs to be outside of ifdef > > Signed-off-by: Dick Kennedy > Signed-off-by: James Smart > --- > Patch to be pulled in via block trees >

[PATCH] lpfc: fix compile error when CONFIG_NVME_TARGET_FC not enabled

2017-04-27 Thread jsmart2021
From: James Smart fix compile error when CONFIG_NVME_TARGET_FC not enabled return statement needs to be outside of ifdef Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- Patch to be pulled in via block trees Patch cut against nvme-4.12 tree drivers/scsi/lpfc/lpfc_nvmet.c | 2 +-