diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-05-23 20:32:05 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-06-01 00:14:20 +0200 |
commit | 48abf8b4b563b38c994fd6e3be082a0dcff91be3 (patch) | |
tree | 5a0cc54d0d3bf6c77597c674b8e23821297bb21a | |
parent | scsi: lpfc: Enhance congestion statistics collection (diff) | |
download | linux-48abf8b4b563b38c994fd6e3be082a0dcff91be3.tar.xz linux-48abf8b4b563b38c994fd6e3be082a0dcff91be3.zip |
scsi: lpfc: Update lpfc version to 14.2.0.13
Update lpfc version to 14.2.0.13
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20230523183206.7728-9-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-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 5fda8ac6b883..6f35491aed0f 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 "14.2.0.12" +#define LPFC_DRIVER_VERSION "14.2.0.13" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |