diff options
author | James Smart <[email protected]> | 2022-03-16 20:27:37 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-03-29 23:19:38 -0400 |
commit | 4f3beb36b1e46f1a04967a84e3a1bd55bf7a9e7a (patch) | |
tree | e0b2aafa807a3059cc3f635d8e01c83973052140 | |
parent | df0101197c4d9596682901631f3ee193ed354873 (diff) |
scsi: lpfc: Update lpfc version to 14.2.0.1
Update lpfc version to 14.2.0.1
Link: https://lore.kernel.org/r/[email protected]
Co-developed-by: Justin Tee <[email protected]>
Signed-off-by: Justin Tee <[email protected]>
Signed-off-by: James Smart <[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 e52f37e5d896..a4d3259b8c52 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.0" +#define LPFC_DRIVER_VERSION "14.2.0.1" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |