diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-12-07 23:40:39 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-12-14 04:17:57 +0100 |
commit | 819952d58478b121bab52c1bf6ec21e46e752191 (patch) | |
tree | 0d37b45d9ffa67123928be7173f6eb0277da50bb | |
parent | scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl... (diff) | |
download | linux-819952d58478b121bab52c1bf6ec21e46e752191.tar.xz linux-819952d58478b121bab52c1bf6ec21e46e752191.zip |
scsi: lpfc: Update lpfc version to 14.2.0.17
Update lpfc version to 14.2.0.17
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20231207224039.35466-5-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 b7d39e2f19fc..aba1c1cee8c4 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.16" +#define LPFC_DRIVER_VERSION "14.2.0.17" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |