diff options
author | James Smart <james.smart@emulex.com> | 2013-05-31 17:04:50 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-26 13:48:48 -0400 |
commit | 06f3555125f7fb70242164b6841328af8b7354a8 (patch) | |
tree | b3007a0b49b41e7b0f517c6bbee14f1f7647aeb4 | |
parent | b069d7eb02e72f774050f57794fa79faec39d581 (diff) |
[SCSI] lpfc 8.3.40: Fix to allow OCM to report FEC status
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_bsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index 094be2cad65b..565dd72ce4a3 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c | |||
@@ -3392,6 +3392,7 @@ static int lpfc_bsg_check_cmd_access(struct lpfc_hba *phba, | |||
3392 | case MBX_DOWN_LOAD: | 3392 | case MBX_DOWN_LOAD: |
3393 | case MBX_UPDATE_CFG: | 3393 | case MBX_UPDATE_CFG: |
3394 | case MBX_KILL_BOARD: | 3394 | case MBX_KILL_BOARD: |
3395 | case MBX_READ_TOPOLOGY: | ||
3395 | case MBX_LOAD_AREA: | 3396 | case MBX_LOAD_AREA: |
3396 | case MBX_LOAD_EXP_ROM: | 3397 | case MBX_LOAD_EXP_ROM: |
3397 | case MBX_BEACON: | 3398 | case MBX_BEACON: |
@@ -3422,7 +3423,6 @@ static int lpfc_bsg_check_cmd_access(struct lpfc_hba *phba, | |||
3422 | } | 3423 | } |
3423 | break; | 3424 | break; |
3424 | case MBX_READ_SPARM64: | 3425 | case MBX_READ_SPARM64: |
3425 | case MBX_READ_TOPOLOGY: | ||
3426 | case MBX_REG_LOGIN: | 3426 | case MBX_REG_LOGIN: |
3427 | case MBX_REG_LOGIN64: | 3427 | case MBX_REG_LOGIN64: |
3428 | case MBX_CONFIG_PORT: | 3428 | case MBX_CONFIG_PORT: |