diff options
author | Dick Kennedy <dick.kennedy@broadcom.com> | 2020-05-01 23:43:10 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-05-08 04:47:27 +0200 |
commit | 29022b61307f1aab5564ef65dc268ab7f55b699c (patch) | |
tree | a7cd2e9a373553e560c84bc29e0074eaf06b3a14 /drivers/scsi/lpfc | |
parent | scsi: lpfc: Fix MDS Diagnostic Enablement definition (diff) | |
download | linux-29022b61307f1aab5564ef65dc268ab7f55b699c.tar.xz linux-29022b61307f1aab5564ef65dc268ab7f55b699c.zip |
scsi: lpfc: Update lpfc version to 12.8.0.1
Update lpfc version to 12.8.0.1
Link: https://lore.kernel.org/r/20200501214310.91713-10-jsmart2021@gmail.com
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.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 ca40c47cfbe0..ab0bc26c098d 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.8.0.0" +#define LPFC_DRIVER_VERSION "12.8.0.1" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |