aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_bsg.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_bsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c
index 094be2cad65b..6630520d295c 100644
--- a/drivers/scsi/lpfc/lpfc_bsg.c
+++ b/drivers/scsi/lpfc/lpfc_bsg.c
@@ -1,7 +1,7 @@
1/******************************************************************* 1/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for * 2 * This file is part of the Emulex Linux Device Driver for *
3 * Fibre Channel Host Bus Adapters. * 3 * Fibre Channel Host Bus Adapters. *
4 * Copyright (C) 2009-2012 Emulex. All rights reserved. * 4 * Copyright (C) 2009-2013 Emulex. All rights reserved. *
5 * EMULEX and SLI are trademarks of Emulex. * 5 * EMULEX and SLI are trademarks of Emulex. *
6 * www.emulex.com * 6 * www.emulex.com *
7 * * 7 * *
@@ -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: