diff options
author | James Smart <jsmart2021@gmail.com> | 2019-05-06 17:26:50 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-13 20:32:50 -0400 |
commit | 69b9c52ca5c052b807a69712a9ee1d6f085bcb4f (patch) | |
tree | 269b046dcf8225de3e0338fae3c31ab8641bf074 /drivers/scsi | |
parent | c8cb261a072c88ca1aff0e804a30db4c7606521b (diff) | |
download | linux-69b9c52ca5c052b807a69712a9ee1d6f085bcb4f.tar.gz linux-69b9c52ca5c052b807a69712a9ee1d6f085bcb4f.tar.bz2 linux-69b9c52ca5c052b807a69712a9ee1d6f085bcb4f.zip |
scsi: lpfc: Update lpfc version to 12.2.0.2
Due to the couple of bug fixes, update lpfc version to 12.2.0.2
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Tested-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi')
-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 f7d9ef428417..220a932fe943 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.2.0.1" +#define LPFC_DRIVER_VERSION "12.2.0.2" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |