diff options
author | James Smart <jsmart2021@gmail.com> | 2018-04-09 23:24:33 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-04-19 01:34:07 +0200 |
commit | 40e4a2e15c563c5663df19fa40cb638c29203ed8 (patch) | |
tree | b4a27cdde3c4e02309f3e6b12232bd71aa0beb50 /drivers/scsi/lpfc | |
parent | scsi: lpfc: Correct missing remoteport registration during link bounces (diff) | |
download | linux-40e4a2e15c563c5663df19fa40cb638c29203ed8.tar.xz linux-40e4a2e15c563c5663df19fa40cb638c29203ed8.zip |
scsi: lpfc: update driver version to 12.0.0.2
Update the driver version to 12.0.0.2
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index e8b089abbfb3..0cd474bb0bdd 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -20,7 +20,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "12.0.0.1" +#define LPFC_DRIVER_VERSION "12.0.0.2" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |