diff options
author | Justin Tee <[email protected]> | 2023-10-31 12:12:23 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-11-15 09:52:58 -0500 |
commit | c855e02b57edfc1b2fd42468e9224f9cf0de1e9e (patch) | |
tree | 5464e6f0620e0f4a19187c95ebc307d3a7311370 | |
parent | e6af45218755fa5ad29b3f0cbb37e299af723da0 (diff) |
scsi: lpfc: Update lpfc version to 14.2.0.16
Update lpfc version to 14.2.0.16.
Signed-off-by: Justin Tee <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-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 88068834cab9..b7d39e2f19fc 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.15" +#define LPFC_DRIVER_VERSION "14.2.0.16" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |